IAM - Update Task Forwarder Member
Update the roles that a member holds on the task_forwarder.
Authentication
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
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.
