A AuthMS API Wiki API Reference iam.tianv.com →

PUT /scim/Users/{id}

SCIM 2.0全量更新用户

SCIM None application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes 用户ID

Request Body

Schema: domain.SCIMUser

FieldTypeRequiredExampleConstraintsDescription
active boolean No
displayName string No
emails array of

See domain.SCIMEmail

No
externalId string No
groups array of

See domain.SCIMGroupRef

No
id string No
meta domain.SCIMMeta No
name domain.SCIMName No
phoneNumbers array of

See domain.SCIMPhoneNumber

No
schemas array of

string

No
userName string No

Responses

StatusDescriptionSchema
200OKdomain.SCIMUser

Referenced Schemas

domain.SCIMEmail

FieldTypeRequiredExampleConstraintsDescription
primary boolean No
type string No
value string No

domain.SCIMGroupRef

FieldTypeRequiredExampleConstraintsDescription
$ref string No
display string No
value string No

domain.SCIMMeta

FieldTypeRequiredExampleConstraintsDescription
created string No
lastModified string No
location string No
resourceType string No

domain.SCIMName

FieldTypeRequiredExampleConstraintsDescription
familyName string No
formatted string No
givenName string No

domain.SCIMPhoneNumber

FieldTypeRequiredExampleConstraintsDescription
type string No
value string No