|
自 2021 年 1 月起,经典文件类型不再可用。您可以转换经典文件或下载 PDF 文件。了解更多

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

已回答
0

评论

1 条评论

  • 正式评论
    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.

请先登录再写评论。