latestOpenAPI 3.1.02026-08-193894215.9 MB
23dfbe1a0d1f
Team Members
Retrieve Team Member
Retrieves a team member by ID. email requires the company:authorized_user:email:read scope and is null otherwise.
get/team_members/{id}
Response
Team member retrieved.
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"created_at": "2026-01-01T12:00:00.000Z",
"email": "marcus@shinetime.example",
"id": "ausr_xxxxxxxxxxxxxx",
"role": "moderator",
"status": "joined",
"updated_at": "2026-01-01T12:00:00.000Z",
"user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "danawhitfield"
}
}