The Users API
With the users API new members can be invited to an organization or removed from an organization.
Requirements: You need an API access token with the users
scope for this endpoint.
Invite Users
You can invite new users to an organization with API from the following endpoint:
POST /apps/api/organizations/{organization}/users/invite Content-Type: application/json {"emails": ["[email protected]", "[email protected]"]}
Remove Users
You can remove users from an organization with API from the following endpoint:
DELETE /apps/api/organizations/{organization}/users to delete users from an organization Content-Type: application/json {"emails": ["[email protected]", "[email protected]"]}
Still need help?
Email [email protected]