Change request contributors
See who's participating in the change request.
Was this helpful?
See who's participating in the change request.
Was this helpful?
Was this helpful?
Quickly access the full list of collaborators and their contributions within a change request for better traceability and communication.
Contributor towards content.
{
"updatedAt": "2025-08-26T23:19:07.272Z",
"count": 1,
"user": {
"object": "user",
"id": "text",
"displayName": "text",
"email": "text",
"photoURL": "text",
"urls": {
"location": "https://example.com"
}
}
}
The unique id of the space
The unique ID of the change request or its number identifier in the space
Contributors on the change request
The change request could not be found.
GET /v1/spaces/{spaceId}/change-requests/{changeRequestId}/contributors HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"next": {
"page": "text"
},
"count": 1,
"items": [
{
"updatedAt": "2025-08-26T23:19:07.272Z",
"count": 1,
"user": {
"object": "user",
"id": "text",
"displayName": "text",
"email": "text",
"photoURL": "text",
"urls": {
"location": "https://example.com"
}
}
}
]
}