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": "87cc5f7c-5472-4622-b4f6-b4e4fe9e47da",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "aa9a12db-f544-4154-a28d-458192d9b674",
      "user_id": 406,
      "position": 2,
      "created_at": "2025-06-21T12:02:43.664-07:00",
      "updated_at": "2025-06-21T12:02:43.668-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

The response is of type object.