Updates an existing SCIM-provisioned user using the PUT method (full replacement).

put/api/v2/scim/v2/Users/{id}

The user must be a member of the requesting enterprise.

Path Parameters

  • idstringRequired
    The BitGo user ID

Request Body

schemas array[string] required
SCIM schemas array (must include urn:ietf:params:scim:schemas:core:2.0:User)
Allowed value: urn:ietf:params:scim:schemas:core:2.0:User
userName string required
User's primary email address
externalId string
External identifier from the identity provider (e.g., Okta user ID)
name object
User's name information (givenName, familyName, formatted)
familyName string
formatted string
givenName string
emails array[object]
User's email addresses (primary email must match userName)
primary boolean
value string required
active boolean
Whether the user account is active

200 Response

schemas array[string] required
Allowed value: urn:ietf:params:scim:schemas:core:2.0:User
id string required
userName string required
meta object required
resourceType string required
location string required
externalId string
name object
givenName string
familyName string
formatted string
emails array[object]
value string required
primary boolean
active boolean

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id