Skip to main content

Get User by Username

GET 

/org/:orgId/username/:username

Lists the user details for the user

Request

Path Parameters

    orgId stringrequired

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

    username stringrequired

    The username of the user for which you are querying.

Responses

Success.

Schema

    any

Loading...