cURL
curl --request GET \ --url https://api.shiftkeeper.io/users/{user_id} \ --header 'x-api-key: <api-key>'
{ "user": { "id": "<string>", "name": "<string>", "email": "[email protected]", "role": "owner", "seat": "viewer", "time_zone": "<string>", "slack_id": "<string>" } }
Get a user by their ID.
Enter your API key which starts with 'keeper_'
Shiftkeeper API version
"2024-12-01"
The ID of the user.
Default Response
Show child attributes
The name of the user.
The email of the user.
The role of the user. Learn more about roles in our docs.
owner
standard
The seat of the user. Learn more about seat in our docs.
viewer
member
The preferred time zone of the user. If not set, the organization's time zone will be used.
The Slack ID of the user.