User Provisioning with Optional Profile Parameters:
Example
POST https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users.json
POST https://api.validic.com/v1/organizations/516828cf6deddabe51000001/users.json -H 'Content-Type: application/json' { "user": { "uid": "123467890", "profile": { "gender": "M", "location": "NC", "birth_year": "1973", "height": 167.5, "weight": 83.9146 } }, "access_token": "e61467e3845e8a66f7453dc55ea3fc445d1b879a6f96ebe7b243badbeae04f63" } 201 { "code": 201, "message": "Ok", "user": { "_id": "51552cd7fded0807c4000017", "uid": "123467890", "access_token": "d18397e3845e8b66f7453dc55ea3fc445d1b879a6f96ebe7b243badabce08c98", "profile": { "gender": "M", "location": "NC", "birth_year": "1973", "height": 167.5, "weight": 83.9146 } } }