Add members to Process role

post

/content/management/api/v1.1/workflowRoles/{id}/members

Add Members to Process Role using given payload.

Request

Supported Media Types
Path Parameters
  • id represents the unique id generated in OCE for workflow Role
Query Parameters
Header Parameters
Body ()
Adds Member to Process Role with the given information in the payload. The fields id, createdBy, createdDate, updatedBy, updatedDate and links will be ignored even if given in the payload.
Root Schema : WorkflowRoleMembers
Type: object
WorkflowRoleMembers
Show Source
Nested Schema : members
Type: array
Members of the Workflow role.
Show Source
Nested Schema : Members.
Type: object
Members
Show Source
Back to Top

Response

Supported Media Types

201 Response

Created.
Body ()
Root Schema : WorkflowRoleMembersWithFailureDetails
Type: object
WorkflowRoleMembersWithFailureDetails
Show Source
Nested Schema : failedMembers
Type: array
List of failed members while adding them to a role
Show Source
Nested Schema : members
Type: array
Members of the Workflow role.
Show Source
Nested Schema : FailedUserId
Type: object
FailedUserId
Show Source
Nested Schema : Members.
Type: object
Members
Show Source

400 Response

Bad request.

404 Response

Not found.

500 Response

Internal server error.
Back to Top