Skip to main content
GET
Profile

Get Profile

Endpoint

Headers

string
required
Authorization: Bearer <id_token>

Example Request

Response (200)

string
Firebase user ID
string
Account email address
string
Display name (if set)
boolean
Whether the email has been verified
boolean
Whether the account is disabled

Update Profile

Endpoint

Request Body

string
New display name
string
New password (minimum 8 characters)

Example Request

Delete Account

Endpoint

Example Request

Account deletion is permanent. All servers owned by the account must be deleted first.

Success Response (200)