Get Member Details for a Given Adhoc Task id and Given identityId
get
/process/api/v1/tasks/{id}/members/{identityId}
User with READ permission and above can list the member details.
Request
Path Parameters
-
id(required): string
Adhoc task ID
-
identityId(required): string
Member identity ID
Header Parameters
-
oci-original-url:
Actual endpoint which customer requested
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : Member
Type:
Show Source
object
-
identityId: string
The identity ID of the member
-
identityName: string
The identity name of the member
-
identityType: string
The identity type of the member
-
label: string
The label of the member
-
level: string
Allowed Values:
[ "INSPECT", "READ", "USE", "MANAGE" ]
The permission level of the member
Examples
401 Response
Unauthorized
Examples
500 Response
Internal server error