🚀 API 2.0 is now live! See our API Reference for details.
🚀 API 2.0 is now live! See our API Reference for details.
Retrieves the list of users for the account
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"
}
]Documentation Index
Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specify the authorization token.
For more information, check out the Authorization Guide.
users list
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"
}
]