This endpoint lists the emails of users affiliated with the requester's agencies
/v1/list_user_emails/
N/A
{
"users": [
{
"id": 1,
"name": "User 1",
"email": "[email protected]"
},
{
"id": 5,
"name": "Another User",
"email": "[email protected]"
}
]
}
users
: ([dict]) the list of users and emails that the requester has access to. Contents of the dictionaries are:id
: (integer) the ID of the user as stored in the databasename
: (string) the name of the useremail
: (string) the email of the user
Possible HTTP Status Codes:
- 401: Login required