Skip to main content

Get user's roles across organizations

GET 

/api/v1/users/{userId}/orgs

Retrieve all organization roles linked to the specified user. Usage
GET /users/{userId}/orgs?orgId={Guid}&orgName={string}

Parameters

  • userId (string, required): ID of the user.

Responses

  • 200 OK: list of organizations with associated roles for the user.
  • 404 Not Found: user not found.

Security

  • This API requires authentication.

Request

Responses

OK