Retrieve SystemRole by ID

GET {{baseUrl}}/api/v3/security/systemRoles/:uniqueId?fields=<string>&fields=<string>&count=<string>

Returns a single SystemRole corresponding to provided uniqueId

Request Params

KeyDatatypeRequiredDescription
fieldsstringSystemRole subentity fields to include in response (See OPTIONS endpoint for valid values)
fieldsstringSystemRole subentity fields to include in response (See OPTIONS endpoint for valid values)
countstringBoolean that detnotes whether counts should be returned in the resultset

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;assignable&quot;:&quot;\u003cboolean\u003e&quot;,&quot;displayed&quot;:&quot;\u003cboolean\u003e&quot;,&quot;id&quot;:&quot;\u003clong\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}