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#
| Endpoint | Request scope |
|---|---|
| /accounts | Add, get, update, enable, and disable a user. You can find all users as well as get your own user record. |
| /scim/Users | Create, get, delete, update SCIM users. |
| /usergroups | Add, get, edit, and delete user groups. Add, get, or remove users from a user group. Get, reject, or cancel user group invites. |
| /apps | Create, edit, delete, and get applications by id or for the current user. |
| /organizations | Create, retrieve, edit, and delete organizations. |
| /workspaces | Add, edit, delete, and get workspaces by id or for the current user. |
| /permissions | Create, update, delete, and get workspaces. |
| /notification_templates | Update, delete, and get notification templates by id or for an app. |
| /principalinfo | Get principal information |
| /invites | Get any active invites for the logged in user. |
| /logout | Logs out of the passport service |
| /permissionprofiles | Get 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.