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": "8c37318c-ab74-4255-9710-0867ab02b121",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "643cc5e6-4ca7-4af7-b061-14cb9afee1fd",
      "user_id": 408,
      "position": 2,
      "created_at": "2025-07-09T01:20:05.348-07:00",
      "updated_at": "2025-07-09T01:20:05.353-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.