User Management
List accounts for the user
get/accounts/{accountname}/users
Path parameters
accountnamestring required
Response
User listing
Example response
[
{
"last_updated": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"source": "source",
"type": "native",
"username": "username"
}
]