type: meya.user.entry.identify
class: UserIdentifyEntry
path: /meya/user/entry/identify.py
signature: -
Fields
field | signature | required | type | default |
---|---|---|---|---|
user_id | ○ | ◉ | str | |
integration_id | ○ | ◉ | str | |
integration_user_id | ○ | ◉ | str | |
Examples
Data
{
"type": "meya.user.entry.identify",
"data": {
"user_id": "STRING",
"integration_id": "STRING",
"integration_user_id": "STRING"
}
}