users.icalToken.email
writes
Users: ical token email. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
userId | string | yes | |
locale | enum | no | One of: de, en, pl, tr — Default: "de" |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
ok | boolean | yes | |
preview | object | yes | |
preview.subject | string | yes | |
preview.bodyText | string | yes | |
preview.bodyHtml | string | yes | |
preview.to | string | yes |
users.icalToken.status
read-only
Users: ical token status. Read-only query. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
userId | string | no |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
hasToken | boolean | yes | |
tokenMasked | string · nullable | yes |
users.notificationPrefs.get
read-only
Users: notification prefs get. Read-only query. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
userId | string | no |
Output fields
An object keyed by string. Each value is boolean.
users.notificationPrefs.set
writes
Users: notification prefs set. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
eventType | string | yes | |
enabled | boolean | yes |
Output fields
An object keyed by string. Each value is boolean.
users.uploadProfileImage
writes
Users: upload profile image. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
userId | string | yes | |
mimeType | enum | yes | One of: image/jpeg, image/png, image/webp |
bytesBase64 | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
url | string | yes |