API Methods under "organization" category


Methods:


POSTaddUserToOrganization

Invite a user to your organization. This method will send the specified email address an invitation link to join your organization.

GETlistApiKeys

Lists all of the user's API keys

GETlistOrganizationUsers

Retrieves a list of all users in the organization, including pending users who have been invited.

GETdescribeUser

Retrieve the current user's information, such as their name, email address, and admin status.

GETlistOrganizationGroups

Lists all Organizations Groups

POSTcreateOrganizationGroup

Creates a new Organization Group.

GETdescribeOrganizationGroup

Returns the specific organization group passed in by the user.

POSTaddOrganizationGroupPermission

Adds a permission to the specified Organization Group.

POSTremoveOrganizationGroupPermission

Removes a permission from the specified Organization Group.

DELETEdeleteOrganizationGroup

Deletes the specified Organization Group

POSTaddUserToOrganizationGroup

Adds a user to the specified Organization Group.

DELETEremoveUserFromOrganizationGroup

Removes a user from an Organization Group.

POSTsetDefaultOrganizationGroup

Sets the default Organization Group to which all new users joining an organization are automatically added.

DELETEdeleteApiKey

Delete a specified API key.

DELETEremoveUserFromOrganization

Removes the specified user from the organization. You can remove yourself; otherwise, you must be an organization administrator to use this method to remove other users from the organization.

POSTsendEmail

Send an email to the specified email address with provided subject and contents.