Skip to main content
Version: v5.0

Passport Service

Overview#

Use the Passport Service REST API to interface with Passport Service resources by making HTTP requests to the endpoints listed below.

Passport Service endpoints#

EndpointRequest scope
/accountsAdd, get, update, enable, and disable a user. You can find all users as well as get your own user record.
/scim/UsersCreate, get, delete, update SCIM users.
/usergroupsAdd, get, edit, and delete user groups. Add, get, or remove users from a user group. Get, reject, or cancel user group invites.
/appsCreate, edit, delete, and get applications by id or for the current user.
/organizationsCreate, retrieve, edit, and delete organizations.
/workspacesAdd, edit, delete, and get workspaces by id or for the current user.
/permissionsCreate, update, delete, and get workspaces.
/notification_templatesUpdate, delete, and get notification templates by id or for an app.
/principalinfoGet principal information
/invitesGet any active invites for the logged in user.
/logoutLogs out of the passport service
/permissionprofilesGet permission profiles by id or for the current user, as well as add, edit, and delete permission profiles.

Note: Click an endpoint to go to its documentation.