Update a user
Updates an existing user. Any body parameters not provided will be removed.
Path parameters
userId
The unique identifier for a single end-user of your application.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
foreignId
The customer-specific unique identifier associated with this user.
metadata
Use metadata for storing additional user data. For filtering, please use foreignId
.
emailDeprecated
The user's email address. Abound assume's you have taken the proper steps to verify the ownership of this email address.
Response
OK
createdAt
The creation date and time of the user in ISO 8601
format.
id
The unique identifier for this user.
foreignId
The customer-specific unique identifier associated with this user.
metadata
Use metadata for storing additional user data. For filtering, please use foreignId
.
emailDeprecated
The user's email address. Abound assume's you have taken the proper steps to verify the ownership of this email address.