Retrieving a User's Org Membership ID

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

  1. Follow the steps to retrieve a user ID
  1. From the Home screen, click the Administration icon.
Administration Icon

Administration Icon

  1. From the Administrator settings menu, click the Admin Overview link.
Admin Overview Link

Admin Overview Link

  1. From the Admin Overview screen, click the Swagger Docs tile under the Tools section.
Swagger Docs Tile

Swagger Docs Tile


Retrieving a User's Org Membership ID

  1. 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

User API Topic

  1. Click the GET /user/users/me (who am I?) endpoint to open the parameters. 
API Endpoint

API Endpoint

  1. Click the Execute button. 
Execute Button

Execute Button

  1. Record or copy the id number to your clipboard from the currentOrg section. This is the current org's internal ID.
CurrentORG ID Value

CurrentORG ID Value

  1. Enter the keyword org in the search text box, then click the Org topic from the results.
Org API Topic

Org API Topic

  1. Click the GET /user/org/{orgId}/user/{userId} (load a user org membership) endpoint to open the parameters.
API Endpoint

API Endpoint

  1. Enter the Org ID number copied during step 4 in the orgId field.
OrgID Field

OrgID Field

  1. Enter the user ID obtained in step 1 in the Navigation section in the userId field.
UserID Field

UserID Field

  1. Click the Execute button. 
Execute Button

Execute Button

  1. 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

ID Value

Was this article helpful?
0 out of 0 found this helpful

Articles in this section

See more