Guides
Account Info
User
Returns information about the currently authenticated user.
Request
Example Request
Code
GET https://api.cartoncloud.com/users/me
GET /uaa/userinfo is still accepted; the gateway rewrites it to /users/me.
Response
Example Response JSON
Code
On success will return status code 200 OK with the user info in the response body.
| JSON Property | Description |
|---|---|
id | UUID for the user |
name | Name of the user |
email | Email address for the user |
tenants.id | UUID for the tenant the user has access to |
tenants.name | Name of the tenant the user has access to |
Last modified on