Users
List Users
$ ant beta:organization:users listGET/v1/organizations/users
List the organization's members.
Get User
$ ant beta:organization:users retrieveGET/v1/organizations/users/{user_id}
Retrieve a member of the organization by user ID.
Update User
$ ant beta:organization:users updatePOST/v1/organizations/users/{user_id}
Update a member's organization role.
Remove User
$ ant beta:organization:users removeDELETE/v1/organizations/users/{user_id}
Remove a member from the organization.