Get User in Organization
GET/api/v1/orgs/{orgId}/users/{userId}
Retrieve detailed information about an organization user by specifying both orgId and userId.
Usage
GET /orgs/{orgId}/users/{userId}
Parameters
orgId(Guid, required): the ID of the organization.userId(string, required): the ID of the user within the organization.
Responses
200 OK: detailed information of the organization user.404 Not Found: organization or user not found.
Security
This API requires authentication.