Skip to main content
Domavia
Api
Latest

User Profile API

User Profile API endpoints (3 endpoints). Supports both read and write operations.

User Profile API

User Profile API endpoints (3 endpoints). Supports both read and write operations.

Available Operations:

  • get - get
  • update - update
  • delete - delete

Authentication

Authenticated

Most endpoints require authentication. See Authentication for details.

Endpoints

Queries

userProfile.get

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


Mutations

userProfile.update

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


userProfile.delete

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.