Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The ID of the organization that the permission group belongs to.
Your user id -- you must be an organization admin to manage permission group users.
The ID of the permission group to manage users for.
The action to perform - either 'add' or 'remove' a user.
Available options:
add
, remove
The email address of the target user to add or remove.