Organizations
Organizations controllers
Create an organization
Create an organization. Caller requires the ORGANIZATIONS:ADD permission.
Get an organization
Get the specified organization. Caller requires the ORGANIZATIONS:VIEW permission.
Update an organization
Update the specified organization. Caller requires the ORGANIZATIONS:EDIT permission.
Delete an organization
Delete the specified organization. Caller requires the ORGANIZATIONS:REMOVE permission.
Add user to organization
Add user to organization. Caller requires the ORGANIZATIONS:EDIT permission.
Remove user from organization
Remove user from organization. Caller requires the ORGANIZATIONS:EDIT permission.
List a page of organizations
Returns organizations for the provided search parameters. Caller requires the ORGANIZATIONS:VIEW permission. The following searchByAttributes are supported: <ul><li>displayName: a string value that indicates the display name of the organizations. Allowed operators are: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS, STARTS_WITH, ENDS_WITH. </li><li>name: a string value that indicates the name of the organizations. Allowed operators are: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS, STARTS_WITH, ENDS_WITH. </li></ul>If you provide more than one search attribute, they are joined with an AND condition.<br/><br/>The orderByAttribute supports these attribute names: displayName, name.<br/><br/>