Skip to main content

Retrieve User Details

GET 

/org/:orgId/users/:userId

Get user details for the user

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    userId stringrequired

    The User ID of the user for which you are querying.

Responses

Success.

Schema

    any

Loading...