PATCH
/
scim
/
v2
/
Users
/
{id}
curl --request PATCH \
  --url https://cloud.local.wirtual.dev/api/v2/scim/v2/Users/{id} \
  --header 'Authorizaiton: <api-key>' \
  --header 'Content-Type: */*' \
  --data '{
  "active": true,
  "emails": [
    {
      "display": "<string>",
      "primary": true,
      "type": "<string>",
      "value": "jsmith@example.com"
    }
  ],
  "groups": [
    {}
  ],
  "id": "<string>",
  "meta": {
    "resourceType": "<string>"
  },
  "name": {
    "familyName": "<string>",
    "givenName": "<string>"
  },
  "schemas": [
    "<string>"
  ],
  "userName": "<string>"
}'
{
  "avatar_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "email": "jsmith@example.com",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "last_seen_at": "2023-11-07T05:31:56Z",
  "login_type": "",
  "name": "<string>",
  "organization_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "roles": [
    {
      "display_name": "<string>",
      "name": "<string>",
      "organization_id": "<string>"
    }
  ],
  "status": "<any>",
  "theme_preference": "<string>",
  "updated_at": "2023-11-07T05:31:56Z",
  "username": "<string>"
}

Authorizations

Authorizaiton
string
header
required

Path Parameters

id
string
required

User ID

Body

*/*
Update user request
active
boolean
emails
object[]
groups
object[]
id
string
meta
object
name
object
schemas
string[]
userName
string

Response

200 - application/scim+json
OK
created_at
string
required
email
string
required
id
string
required
username
string
required
avatar_url
string
last_seen_at
string
login_type
enum<string>
Available options:
,
password,
github,
oidc,
token,
none
name
string
organization_ids
string[]
roles
object[]
status
any
theme_preference
string
updated_at
string