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

댓글을 남기려면 로그인하세요.