GET
/
v1
/
schedule_rotation_users
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/schedule_rotation_users/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f92e8ced-2be2-45aa-b490-e44f2e912c82",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "f93eab5f-5d96-4d7e-80da-e381d5a61529",
      "user_id": 397,
      "position": 2,
      "created_at": "2025-04-18T18:22:52.218-07:00",
      "updated_at": "2025-04-18T18:22:52.225-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
schedule_rotation_user found
data
object
required