Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
schedule_rotation_user created
Creates a new schedule rotation user from provided data
curl --request POST \
--url https://api.rootly.com/v1/schedule_rotations/{schedule_rotation_id}/schedule_rotation_users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "schedule_rotation_users",
"attributes": {
"user_id": 123,
"position": 123
}
}
}'{
"data": {
"id": "951d32a6-c3a6-4b89-8296-80c78615d466",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "352e8d3d-20d8-4161-b23d-a03d9b0cc633",
"user_id": 470,
"position": 2,
"created_at": "2025-10-29T13:31:41.452-07:00",
"updated_at": "2025-10-29T13:31:41.452-07:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
schedule_rotation_user created
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/schedule_rotations/{schedule_rotation_id}/schedule_rotation_users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "schedule_rotation_users",
"attributes": {
"user_id": 123,
"position": 123
}
}
}'{
"data": {
"id": "951d32a6-c3a6-4b89-8296-80c78615d466",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "352e8d3d-20d8-4161-b23d-a03d9b0cc633",
"user_id": 470,
"position": 2,
"created_at": "2025-10-29T13:31:41.452-07:00",
"updated_at": "2025-10-29T13:31:41.452-07:00"
}
}
}