Get all users and root roles

Will return all users and all available root roles for the Unleash instance.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

usersSchema
userslist of objects
A list of users in the Unleash instance.
rootRoleslist of objects or null

A list of root roles in the Unleash instance.

Errors