get https://api.doppler.com/v3/workplace/users/
Get a specific user in a workplace
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Get a specific user in a workplace
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.doppler.com/v3/workplace/users/slug \
--header 'accept: application/json'
xxxxxxxxxx
14{
"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",
"profile_image_url": ""
}
},
"success": true
}