Cowdidocs
API ReferenceMy access

Get My Organizations

GET
/v1/user/organizations

Response Body

application/json

curl -X GET "https://example.com/v1/user/organizations"
[  {    "name": "string",    "parent_organization_name": "string",    "roles": [      {        "role_key": "string",        "display_name": "string",        "organization_id": "string"      }    ]  }]