Retrieves a SCIM-provisioned user by their BitGo user ID.

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

Only users that have been provisioned via SCIM for the requesting client can be retrieved.

Path Parameters

  • idstringRequired
    The BitGo user ID

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

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