Download OpenAPI specification:Download
This API describes the User Information Service to request additional attributes for a given user.
This endpoint is used to fetch additional attributes for a given user. Provided roles may be used to get a more specific output.
userId required | string The ID of a user to get attributes for. Usually the username. Can be empty, if |
anonymous required | boolean Flag to indicate an anonymous user. If set to |
roles required | Array of strings Current roles of the given user to get a more specific output. May be an empty array. |
{- "userId": "t.user",
- "anonymous": false,
- "roles": [ ]
}
{- "data": {
- "email": "info@conterra.de",
- "height": 5.5,
- "isAdmin": true
}
}