curl --request GET \
--url http://api/v2/orgs/{orgUuid}/roles/{roleUuid}{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"ownerType": "user",
"organizationUuid": "<string>",
"description": "<string>",
"name": "<string>",
"roleUuid": "<string>",
"scopes": [
"<string>"
]
},
"status": "ok"
}Get custom role by uuid
curl --request GET \
--url http://api/v2/orgs/{orgUuid}/roles/{roleUuid}{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"ownerType": "user",
"organizationUuid": "<string>",
"description": "<string>",
"name": "<string>",
"roleUuid": "<string>",
"scopes": [
"<string>"
]
},
"status": "ok"
}Was this page helpful?