get https://{baseUrl}/api/delegates/getAllByUser/
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/delegates/getAllByUser/strUser \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"id": 0,
"uuid": "string",
"regScaleUser": "string",
"regScaleUserId": "string",
"delegateUser": "string",
"delegateUserId": "string",
"createdBy": "string",
"createdById": "string",
"lastUpdatedBy": "string",
"lastUpdatedById": "string",
"isPublic": true,
"dateCreated": "2025-04-17T13:03:04.287Z",
"dateLastUpdated": "2025-04-17T13:03:04.287Z"
}
]