v1

latestOpenAPI 3.1.02026-07-2410057.1 KB

Provision a User

Creates the user and returns an id, uid, marketplace information, and created_at parameters for the user.

POST /organizations/:org_id/users?token=:token

post/organizations/{org_id}/users?token={token}

Path parameters

org_idstring required

Organization ID provided to you by Validic.

Query parameters

tokenstring

Developer Key as supplied by Validic.

Request body

uidstring

The UID you defined when provisioning the client.

RAW_BODYstring

Response

201

idstring
uidstring
sourcesobject[]
statusstring
created_atstring
updated_atstring

Example response

{
  "id": "598518fd8a5da50001578157",
  "uid": "277040620-wcwflair",
  "marketplace": {
    "token": "c7ff3922e30c048f6e2fbd099ee1358d5871e3861419c16d195b0fc313b09c47",
    "url": "https://syncmydevice.com/?token=c7ff3922e30c048f6e2fbd099ee1358d5871e3861419c16d195b0fc313b09c47"
  },
  "mobile": {
    "token": "0a811c9b0cf0af663eda6e2b496a3b9c"
  },
  "location": {
    "timezone": "America/New_York",
    "country_code": "US"
  },
  "status": "active",
  "created_at": "2017-08-05T01:01:49Z",
  "updated_at": "2017-08-05T01:01:49Z"
}