v1
latestOpenAPI 3.0.02026-07-2422987517.5 KBUser
Update a user
Updates the user's profile. user_type and identifier cannot be changed once set (unless by staff). email is writable only by the owner of the record; a range of financial/role attributes is writable only by Cardda staff. An optional nested company object can create or update the user's owned company. Not company-scoped (self-service, on the whitelist).
patch/v1/users/{id}
Path parameters
idstring required
The id of the resource. This is a UUID for most resources, but for user endpoints it is the user's Firebase UID (an opaque string), so no uuid format is asserted here.
Request body
Example request
{
"user_type": "business"
}Response
The updated user.
Example response
{
"user_type": "business",
"status": "pending"
}