curl --request GET \
--url https://api.shiftkeeper.io/user/ \
--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 the authenticated user who owns this API key.
curl --request GET \
--url https://api.shiftkeeper.io/user/ \
--header 'x-api-key: <api-key>'{
"user": {
"id": "<string>",
"name": "<string>",
"email": "[email protected]",
"role": "owner",
"seat": "viewer",
"time_zone": "<string>",
"slack_id": "<string>"
}
}Enter your API key which starts with 'keeper_'
Default Response
Show child attributes
The ID of the user.
The name of the user.
The email of the user.
The preferred time zone of the user. If not set, the organization's time zone will be used.
The Slack ID of the user.