1
0
Fork 0
mirror of synced 2024-08-20 20:51:40 +12:00
appwrite/app/sdks/php/docs/account.md
2019-10-09 07:16:38 +03:00

1.8 KiB

Account Service

Get Account

GET https://appwrite.io/v1/account

** /docs/references/account/get.md **

Delete Account

DELETE https://appwrite.io/v1/account

** /docs/references/account/delete.md **

Update Account Email

PATCH https://appwrite.io/v1/account/email

** /docs/references/account/update-email.md **

Parameters

Field Name Type Description Default
email string Email Address
password string User Password

Update Account Name

PATCH https://appwrite.io/v1/account/name

** /docs/references/account/update-name.md **

Parameters

Field Name Type Description Default
name string User name

Update Account Password

PATCH https://appwrite.io/v1/account/password

** /docs/references/account/update-password.md **

Parameters

Field Name Type Description Default
password string New password
old-password string Old password

Get Account Preferences

GET https://appwrite.io/v1/account/prefs

** /docs/references/account/get-prefs.md **

Update Account Prefs

PATCH https://appwrite.io/v1/account/prefs

** /docs/references/account/update-prefs.md **

Parameters

Field Name Type Description Default
prefs string Prefs key-value JSON object string.

Get Account Security Log

GET https://appwrite.io/v1/account/security

** /docs/references/account/get-security.md **

Get Account Active Sessions

GET https://appwrite.io/v1/account/sessions

** /docs/references/account/get-sessions.md **