Get current user Git organizations
GET /api/v1/users/git-organizations
Return the Git organizations, groups, or workspaces the user belongs to on their active provider. In SAAS mode users sign in with one provider at a time, so the response reflects that single provider.
Responses
| Status | Description |
|---|---|
200 | Successful Response |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
provider | ProviderType | yes | — |
organizations | string[] | yes | — |
Operation ID: get_current_user_git_organizations_api_v1_users_git_organizations_get