Webex · Example Payload
Webex Update A User With Put Example
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Webex Update A User With Put Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "Update a user with PUT",
"method": "PUT",
"path": "/identity/scim/{orgId}/v2/Users/{userId}",
"summary": "Update a user with PUT",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User",
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",
"urn:scim:schemas:extension:cisco:webexidentity:2.0:User"
],
"userName": "user1Changed@example.com",
"userType": "user",
"title": "Sales manager",
"active": true,
"preferredLanguage": "en_US",
"locale": "en_US",
"timezone": "America/Los_Angeles",
"profileUrl": "https://jojowiki.com/Jonathan_Joestar",
"externalId": "externalIdNewValue",
"displayName": "Mr. Jonathan Jane Joestar, III",
"nickName": "JoJo",
"roles": [
{
"value": "id_full_admin",
"type": "cirole",
"display": "Full administrator"
}
],
"phoneNumbers": [
{
"value": "400 123 1234",
"type": "work",
"display": "work phone number",
"primary": true
}
],
"photos": [
{
"value": "https://photos.example.com/profilephoto/72930000000Ccne/F",
"type": "photo",
"display": "photo description",
"primary": true
}
],
"addresses": [
{
"type": "work",
"streetAddress": "100 Universal City Plaza",
"locality": "Hollywood",
"region": "CA",
"postalCode": "91608",
"country": "US"
}
],
"emails": [
{
"value": "user1@example.home.com",
"type": "home",
"display": "home email description",
"primary": false
}
],
"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {
"costCenter": "costCenter 123",
"organization": "Cisco webexidentity",
"division": "division 456",
"department": "department 789",
"employeeNumber": "518-8888-888",
"manager": {
"value": "b5717a4a-0169-43b2-ac3c-db20ba4e72cd"
}
},
"urn:scim:schemas:extension:cisco:webexidentity:2.0:User": {
"accountStatus": "active",
"sipAddresses": [
{
"value": "sipAddress value1",
"type": "enterprise",
"display": "sipAddress1 description",
"primary": true
}
],
"managedOrgs": [
{
"orgId": "75fe2995-24f5-4831-8d2c-1c2f8255912e",
"role": "id_full_admin"
}
],
"managedGroups": [
{
"orgId": "0ae87ade-8c8a-4952-af08-318798958d0c",
"groupId": "3936af3e-15ff-43d1-9ef5-66c569ef34f5",
"role": "location_admin"
}
],
"extensionAttribute*": [],
"externalAttribute*": [
{
"source": "Source.1_7ddf1f2c-2985-4c37-a450-d58bbc201750",
"value": "externalAttribute1_value"
}
]
}
}
}
],
"responseExamples": []
}