Change request reviewers
Assign or list requested reviewers for a change request.
Last updated
Was this helpful?
{
"object": "change-request-requested-reviewer",
"revision": "text",
"requestedBy": {
"object": "user",
"id": "text",
"displayName": "text",
"email": "text",
"photoURL": "text",
"urls": {
"location": "https://example.com"
}
},
"createdAt": "2026-07-21T20:55:16.666Z",
"kind": "user",
"user": {
"object": "user",
"id": "text",
"displayName": "text",
"email": "text",
"photoURL": "text",
"urls": {
"location": "https://example.com"
}
}
}