v1
latestOpenAPI 3.1.02026-07-241280174.1 KBWorkplace User
Get a specific user in a workplace
get/v3/workplace/users/{workplace_user_id}
Path parameters
workplace_user_idstring required
The ID of the workplace user
Query parameters
settingsboolean
If true, the api will return more information if the user has e.g. SAML enabled and/or Multi Factor Auth enabled
Response
200
Example response
{
"workplace_user": {
"id": "9629f890-eb33-426c-8694-28ce363b44f0",
"access": "owner",
"created_at": "2021-01-08T02:43:20.524Z",
"user": {
"email": "ruud.visser@doppler.com",
"name": "Ruud Visser",
"username": "ruud",
"profile_image_url": "https://lh3.googleusercontent.com/a-/AOh14Ggx8--xAHCMfmrNwV3hVGWrwSicyaALmjvu5of1=s96-c",
"thirdparty_sso_enabled": true
}
},
"success": true
}