User Item API
Filters:
Multiple access controls based on provided filters:
idMultiple bodies with results:
id, given_name:šØ Gate errors: You can only replace your own user information
id, given_name:Users can replace their own information š
idMultiple bodies with results:
id, given_name:šØ Gate errors: You can only replace your own user information
id, given_name:Users can replace their own information š
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ id ]
JSON PUT body:
{
"about"?: string
"auth0_user_id"?: string
"contact_preference"?: integer[]
"contact_times"?: integer-range[]
"data"?: object
"email": string
"family_name": string
"given_name": string
"invite_code_expires_at"?: timestamp
"invite_code"?: string
"nickname": string
"picture"?: string
"social_auth_provider"?: integer
"timezone"?: string
}Request payload
The body is of type object.
Successful response
The response is of type object.