put https://api.soldo.com/business/v2/employees//status
Endpoint to update an User
status.
Log in to see full request history
Responses
400Your request has missing arguments or is malformed.
404One or more resource requested does not exist.
Endpoint to update an User
status.
400Your request has missing arguments or is malformed.
404One or more resource requested does not exist.
xxxxxxxxxx
curl --request PUT \
--url https://api.soldo.com/business/v2/employees/userId/status \
--header 'X-Soldo-Fingerprint: {{fingerprint}}' \
--header 'X-Soldo-Fingerprint-Signature: {{fingerprint_signature}}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"status":"ACTIVE"}'
Examplexxxxxxxxxx
41}
{
"contact_id": "135fdb6c-2e77-4fc0-a79f-2453fde75ef7",
"creation_time": "2017-06-01T12:48:40Z",
"custom_reference_id": "123456-user-1",
"department": "Research & Development",
"dob": "1970-10-21",
"email": "jdoe@fake.soldo.com",
"groups": "776f5018-07e5-426b-a426-8b23fa1e985d",
"id": "XMPL1234-000001",
"job_title": "Business Strategist",
"last_update": "2017-06-01T12:48:40Z",
"middlename": "John",
"mobile": "+44123323232",
"mobile_access": true,
"mobile_prefix": "+44",
"name": "John",
"reports_to": "XMPL1234-000001",
"roles": "superAdmin",
"shipping_address": {
"address_category": "COMPANY",
"address_type": "SHIPPING",
"addressee_name": "John",
"addressee_surname": "Smith",
"city": "London",
"country": "GB",