Get
/v1/users/{user-id}/accounts
Get information about the accounts of which the user is a member
Security
API Key
Header parameter nameAuthentication
A JWT bearer token to be passed once authenticated.
Path parameters
user-id
string (uuid) Required
UUID of a user.
Responses
200
Information about the accounts of the user
object
Application configurations attached to the image.
property*
object (UserAccountInfo) additionalProperties
roles
Array of string (AccessRoles)
Role of the current user in the account.
string
Roles of a user.
Valid values[
"READER",
"WRITER",
"MANAGER"
]
status
string
Status of an Account for a user.
Valid values[
"ACTIVE",
"PENDING",
"DISABLED"
]