Users
Get a user
Get a user by their ID.
GET
Authorizations
Enter your API key which starts with 'keeper_'
Headers
Shiftkeeper API version
Example:
"2024-12-01"
Path Parameters
The ID of the user.
Response
200
application/json
Default Response
Example:
{
"id": "usr_bq7CmsOKLmkMeZkUUu1hy",
"name": "Rick",
"email": "rick@example.org",
"time_zone": "Europe/Paris",
"role": "owner",
"seat": "member",
"slack_id": "U082KENSEQ3"
}