Hanzo
OpenapiIam

Applies a partial change from your identity provider — one attribute moved, not…

Applies a partial change from your identity provider — one attribute moved, not the whole record resent.

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

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

Applies a partial change from your identity provider — one attribute moved, not the whole record resent.

The change is applied onto the person as they currently are, so everything you did not mention keeps its value, including the parts SCIM does not describe.

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 update <owner> <name>

IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page