Users
Get organizations for a user
Get all organizations that the user is a member of. In each organization object, the user's roles in that organization are included in the organizationRoles array.
get/api/users/{userId}/organizations
Path parameters
userIdstring required
The unique identifier of the user.
Response
An array of organizations that the user is a member of.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.