get https://{baseUrl}/api/systemRoleAssignments/getAllByParent/
Used by FedRAMP
Log in to see full request history
Response
Used by FedRAMP
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/systemRoleAssignments/getAllByParent/intRole \
--header 'accept: application/json'
xxxxxxxxxx
16[
{
"id": 0,
"uuid": "string",
"assignedUser": "string",
"assignedUserId": "string",
"roleId": 0,
"createdBy": "string",
"createdById": "string",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateCreated": "2025-04-17T20:01:57.831Z",
"dateLastUpdated": "2025-04-17T20:01:57.831Z"
}
]