Retrieve Owner by ID
GET {{baseUrl}}/api/v3/security/owners/:uniqueId?fields=<string>&fields=<string>&count=<string>
Returns a single Owner corresponding to provided uniqueId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Owner subentity fields to include in response (See OPTIONS endpoint for valid values) | |
fields | string | Owner subentity fields to include in response (See OPTIONS endpoint for valid values) | |
count | string | Boolean that detnotes whether counts should be returned in the resultset |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003clong\u003e","name":"\u003cstring\u003e","ownerRole":"\u003cstring\u003e","permApps":"\u003cstring\u003e","permArtifact":"\u003cstring\u003e","permAttribute":"\u003cstring\u003e","permAttributeType":"\u003cstring\u003e","permCaseTag":"\u003cstring\u003e","permComment":"\u003cstring\u003e","permCopyData":"\u003cstring\u003e","permGroup":"\u003cstring\u003e","permIndicator":"\u003cstring\u003e","permInvite":"\u003cstring\u003e","permMembers":"\u003cstring\u003e","permPlaybooks":"\u003cstring\u003e","permPlaybooksExecute":"\u003cstring\u003e","permPost":"\u003cstring\u003e","permPublish":"\u003cstring\u003e","permSecurityLabel":"\u003cstring\u003e","permSettings":"\u003cstring\u003e","permTag":"\u003cstring\u003e","permTask":"\u003cstring\u003e","permTimeline":"\u003cstring\u003e","permTrack":"\u003cstring\u003e","permUsers":"\u003cstring\u003e","permVictim":"\u003cstring\u003e","permWorkflowTemplate":"\u003cstring\u003e","type":"\u003cstring\u003e"}