Get organizations accessible to the authenticated user
Retrieves a list of all organizations that the authenticated user has access to, including organizations where the user is a member or has been granted specific permissions.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Organizations retrieved successfully
id
name
description
createdAt
updatedAt
Errors
401
Get User Organizations Request Unauthorized Error
500
Get User Organizations Request Internal Server Error