Navigation
The user object
Attributes
id
string
The unique identifier of the user generated by Rupt.
account
string
The external account ID for the user.
metadata
object
The custom metadata associated with the user.
createdAt
date
The date and time the user was created.
updatedAt
date
The date and time the user was last updated.
The user object
{
"id": "649873be6e8b6f9b33722a0c",
"account": "external_id",
"metadata": {
"key": "value",
},
"createdAt": "2021-09-01T00:00:00.000Z",
"updatedAt": "2021-09-01T00:00:00.000Z"
}