Fetches Member details for a given Adhoc Task id and given identityId

get

/process/api/v1/tasks/{id}/members/{identityId}

An user with READ permission and above can list the Member details

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : UpdateMemberResponse
Match All
Show Source
Nested Schema : Member
Type: object
Show Source
Nested Schema : UpdateMemberResponse-allOf[1]
Type: object
Show Source
Examples

401 Response

Unauthorized
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Examples

500 Response

Internal server error
Body ()
Root Schema : ErrorMessage
Type: object
Title: ErrorMessage
Defines ErrorMessage
Show Source
Back to Top