This endpoint allows organization administrators to add or remove users from a permission group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
add, remove The email address of the target user to add or remove.