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": "def9963f-d9b0-4077-aba6-f9d45a09c434",
    "type": "schedule_rotation_users",
    "attributes": {
      "schedule_rotation_id": "cddc1b24-1582-4e49-ad84-eda42d20ccc0",
      "user_id": 434,
      "position": 2,
      "created_at": "2025-03-19T07:54:56.182-07:00",
      "updated_at": "2025-03-19T07:54:56.187-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