v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBroleManagementV2
Get a role.
Get a role with the given identifier in the organization.
get/v2/roles/{id}
Path parameters
idstring required
Identifier of the role to fetch.
Response
Role object that was requested.
Example response
{
"name": "DataAdmin",
"description": "Manage data of the org.",
"logAnalyticsFilter": "!_sourceCategory=collector",
"auditDataFilter": "info",
"securityDataFilter": "error",
"selectionType": "All",
"selectedViews": [
{
"viewName": "auditData"
}
],
"users": [
"0000000006743FE0",
"0000000005FCE0EE"
],
"capabilities": [
"manageContent",
"manageDataVolumeFeed",
"manageFieldExtractionRules",
"manageS3DataForwarding"
],
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "0000000000E20FE3"
}