Skip to main content

Retrieve AuthUserUUID by organization and user UUIDs

POST 

/account/organization/:organizationUUID/auth_user_uuid

Retrieve the AuthUserUUID for a list of users within a specific organization.

Request

Path Parameters

    organizationUUID stringrequired

    UUID of the organization

Body

required

    users string[]

    Possible values: >= 1

    List of user UUIDs

Responses

List of AuthUserUUIDs corresponding to the given user UUIDs

Schema

  • Array [

  • user_uuid string

    Original user UUID

    auth_user_uuid string

    Corresponding AuthUserUUID

  • ]

Loading...