Deprecated End Points
Get list of all API users
Returns your API users.
get/v3/api_users
Query parameters
organizationstring
Uniquely identify an organization.
Example:mEFayXdO
Filter by organization.
Response
All matching API users.
Example response
{
"count": 10,
"results": [
{
"id": 1,
"name": "Carl Johnson",
"username": "carljohnson",
"email": "carljohnson@grove.street",
"avatar": "https://affinda-api.s3.amazonaws.com/media/user-avatar.png?AWSAccessKeyId=KEY&Signature=SIG",
"organizations": [
{
"identifier": "mEFayXdO",
"name": "Grove Street King"
}
]
}
]
}