🚀 API 2.0 is now live! See our API Reference for details.
Retrieves the list of users for the account
cURL
curl --request GET \ --url https://api.nlpearl.ai/v2/Account/Users \ --header 'Authorization: Bearer <token>'
[ { "email": "<string>", "roleId": "<string>", "roleName": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ]
Specify the authorization token.
For more information, check out the Authorization Guide.
users list
The user's email address.
The identifier of the role assigned to the user (used for permissions).
The name of the role assigned to the user.
The date and time when the user was added to the account.