Returns the users belonging to the specified client account.
GET
/platform/v1/clients/{clientId}/users
curl \
--request GET 'https://api.pre.lwolf.com/platform/v1/clients/{clientId}/users' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY"
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}