IAM - Update Task Forwarder Member
IAM - Update Task Forwarder Member
Update the roles that a member holds on the task_forwarder.
Authentication
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
Request
A list of task_forwarder roles to grant to the member.
Roles in this list are applied to the member AFTER any removals specified in remove.
This may be combined with remove_all to replace the member’s entire role list.
A list of task_forwarder roles to revoke from the member.
Removes all existing roles from the member. This may be combined with add to replace all existing roles that the member holds.
Response
The member identifier string, the format of which is ‘<subject_type>:<subject_id>’
The total number of subjects that the member represents, which may be a value other than 1 if the member is not a User.