v1
latestOpenAPI 3.1.02026-07-241280174.1 KBRetrieve
Get a specific user in a workplace
get/v3/workplace/users/{slug}
Path parameters
slugstring required
The slug of the workplace user
Response
200
Example response
{
"workplace_user": {
"id": "9629f890-eb33-426c-8694-28ce363b44f0",
"access": "owner",
"created_at": "2021-01-08T02:43:20.524Z",
"user": {
"email": "test@example.com",
"name": "John Appleseed",
"username": "john"
}
},
"success": true
}