|
Los tipos de archivo clásicos dejarán de estar disponibles a partir de enero de 2021. Puedes migrar tus archivos clásicos o descargar un PDF. Más información

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

Respondida
0

Comentarios

1 comentario

  • Comentario oficial
    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.

Iniciar sesión para dejar un comentario.