Hanzo
OpenapiIam

Overwrites a person's SCIM attributes with what your identity provider sends —…

Overwrites a person's SCIM attributes with what your identity provider sends — how a change made there lands here.

PUT /v1/iam/scim/v2/Users/{owner}/{name}

Addresshttps://api.hanzo.ai/v1/iam/scim/v2/Users/{owner}/{name}
MethodPUT
Operationput_iam_scim_v2_users_by_owner_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

Overwrites a person's SCIM attributes with what your identity provider sends — how a change made there lands here.

Only the attributes SCIM describes are replaced. Anything the standard does not cover — their multi-factor enrolment above all — survives untouched, so a routine sync from your IdP can never quietly strip someone's second factor or bring a deleted account back.

Request

2 fields.

FieldInTypeRequiredDescription
ownerpathstringyes
namepathstringyes

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo iam scim v2 Users owner set <owner> <name>

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page