get https://{baseUrl}/api/systemRoles/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/systemRoles/getAllByParent/intSPID \
--header 'accept: application/json'
xxxxxxxxxx
24[
{
"id": 0,
"uuid": "string",
"roleName": "string",
"fedrampRoleId": "string",
"assignedUser": "string",
"assignedUserId": "string",
"externalUserId": "string",
"roleType": "string",
"accessLevel": "string",
"sensitivityLevel": "string",
"privilegeDescription": "string",
"functions": "string",
"securityPlanId": 0,
"createdBy": "string",
"createdById": "string",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateCreated": "2025-04-17T22:27:32.208Z",
"dateLastUpdated": "2025-04-17T22:27:32.208Z"
}
]