|
Klassiske filtyper er ikke lenger tilgjengelige for bruk fra og med januar 2021. Du kan overføre klassiske filer eller laste ned en PDF-fil. Finn ut mer

What's the best way to find a Workiva user's UID?

Besvart
0

Kommentarer

1 kommentar

  • Offisiell kommentar
    Isabel Messore

    Hi Andrew, 

    Apologies for the massive delay here! You may have noticed that an end user cannot find their own External ID (UID) directly from the Workiva platform. There a few ways to access this but the recommended approach is to contact Workiva Support. 

    Option 1: Via the Workiva API (as you already know)
    - Use the Platform Users API to retrieve user data including the unique ID
    - The Get Organization Users endpoint returns a list of all org users with their IDs
    - For SCIM troubleshooting specifically, the SCIM GET Users call also returns the user id field:
     - GET /s/scim/Users — returns all users with their unique IDs
     - Can be filtered by active/inactive status, e.g. ?filter=active eq true
     
    Option 2: Via SCIM GET (useful for ongoing SCIM troubleshooting)
    - Since you're using SCIM, the SCIM GET /Users endpoint is arguably the most practical ongoing solution — it returns user IDs alongside usernames, emails, and active status
    - Filtering options are available to avoid pulling the full user list every time
     
    Regarding the Org Admin URL — you're right that the ID in the Org Admin URL (/m/[ID]) is a different identifier (the workspace membership ID), not the platform-level user unique ID.

Logg på for å legge inn en kommentar.