Article Content
| Overview |
| User Account Requirements |
| Related Information/Setup |
| Navigation |
| Retrieving a User's Org Membership ID |
Overview
A user's Org membership ID is a unique identification number set for the user and the Org together, typically used for Service accounts, API keys, and SCIM tokens.
User Account Requirements
The user must have Administrator permissions to retrieve a user's Org membership ID.
Related Information/Setup
Please refer to the following articles for further information on using a user's Org membership ID:
Navigation
- Follow the steps to retrieve a user ID.
- From the Home screen, click the Administration icon.
Administration Icon
- From the Administrator settings menu, click the Admin Overview link.
Admin Overview Link
- From the Admin Overview screen, click the Swagger Docs tile under the Tools section.
Swagger Docs Tile
Retrieving a User's Org Membership ID
- From the Admin: Help screen, enter the keyword user in the search text box, then click the User topic from the results.
User API Topic
- Click the GET /user/users/me (who am I?) endpoint to open the parameters.
API Endpoint
- Click the Execute button.
Execute Button
- Record or copy the id number to your clipboard from the currentOrg section. This is the current org's internal ID.
CurrentORG ID Value
- Enter the keyword org in the search text box, then click the Org topic from the results.
Org API Topic
- Click the GET /user/org/{orgId}/user/{userId} (load a user org membership) endpoint to open the parameters.
API Endpoint
- Enter the Org ID number copied during step 4 in the orgId field.
OrgID Field
- Enter the user ID obtained in step 1 in the Navigation section in the userId field.
UserID Field
- Click the Execute button.
Execute Button
- From the Response Body section, record or copy the id number to your clipboard. This is the user's org membership ID number.
ID Value