Update User
Call this endpoint to update the details on a specified user.
Required scopes: user:update
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Your issuer organization ID, provided by Kard
userId
The ID of the user as defined on the issuers system
Headers
X-Kard-Target-Issuer
Target issuer ID for BaaS providers. When set, the auth token will be scoped to this specific issuer. Required for BaaS providers; omit for standard issuer integrations.
Request
This endpoint expects an object.
data
Response
This endpoint returns an object.
data
Errors
400
Invalid Request
401
Unauthorized Error
404
Does Not Exist Error
500
Internal Server Error