Accounts
Update Account
Updates an Account
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
account_id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://api.members.dev/v1/accounts/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"short_id": "string",
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"tenant_role": "admin",
"organizations": [
{
"id": "string",
"name": "string",
"role": "admin",
"status": "active"
}
],
"removed_at": {},
"created_at": null,
"updated_at": null
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}