Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
schedule_rotation_user found
The response is of type object
.
Retrieves a specific schedule rotation user by id
curl --request GET \
--url https://api.rootly.com/v1/schedule_rotation_users/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a3f67756-6aca-4bf9-b61f-b50967c7490e",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "788ba7d8-985c-4401-aa52-510b864c5a9c",
"user_id": 425,
"position": 2,
"created_at": "2025-09-13T12:01:08.150-07:00",
"updated_at": "2025-09-13T12:01:08.155-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
schedule_rotation_user found
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/schedule_rotation_users/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a3f67756-6aca-4bf9-b61f-b50967c7490e",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "788ba7d8-985c-4401-aa52-510b864c5a9c",
"user_id": 425,
"position": 2,
"created_at": "2025-09-13T12:01:08.150-07:00",
"updated_at": "2025-09-13T12:01:08.155-07:00"
}
}
}