Get user's roles across organizations
GET/platform/solutions/api/v1/users/{userId}/orgs
Retrieve all organization roles linked to the specified user.
Parameters
userId(string, required): ID of the user.
Responses
200 OK: list of organizations with associated roles for the user.
Security
- This API requires authentication.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 501
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Not Implemented