Accounts
accounts
Methods
Delete Account -> unknown
post/gitpod.v1.AccountService/DeleteAccount
DeleteAccount deletes an Account. To Delete an Account, the Account must not be an active member of any Organization.
Get SSO Login URL -> { loginUrl }
post/gitpod.v1.AccountService/GetSSOLoginURL
GetSSOLoginURL returns the URL to redirect the user to for SSO login.
List Login Providers -> LoginProvidersPage<{ loginUrl, provider }>
post/gitpod.v1.AccountService/ListLoginProviders
ListLoginProviders returns the list of login providers matching the provided filters.
Get Account -> { account }
post/gitpod.v1.AccountService/GetAccount
GetAccount retrieves a single Account.
Security
Bearer Auth
Example: Authorization: Bearer My Bearer Token
Response fields
account: { organizationId }
Optional
Request example
200Example