Skip to main content

Get organization user by composite key

GET 

/platform/solutions/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.

Request

Responses

OK