Updating users

post
Header parameters
x-api-keystringRequired
Body
Responses
200
200 response
application/json
Responseobject · EmptySchema
post
POST /users HTTP/1.1
Host: api.signitic.app
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 528

{
  "users": [
    {
      "email": "text",
      "enabled": true,
      "path": {
        "group": "",
        "parent_entity": "",
        "entity": ""
      },
      "picture": "",
      "firstname": "",
      "lastname": "",
      "phone": "",
      "mobile": "",
      "department": "",
      "jobtitle": "",
      "formula": "",
      "vcard_user": false,
      "calendar_link": "",
      "github_link": "",
      "linkedin_link": "",
      "whatsapp_link": "",
      "facebook_link": "",
      "instagram_link": "",
      "twitter_link": "",
      "skype_link": "",
      "slack_link": "",
      "address": "",
      "extra_1": "",
      "extra_2": "",
      "extra_3": "",
      "extra_4": "",
      "extra_5": "",
      "extra_6": "",
      "extra_7": "",
      "extra_8": "",
      "extra_9": "",
      "extra_10": ""
    }
  ]
}
200

200 response

{}

Body example

{
    "users":[
        {
            "email":"[email protected]",
            "firstname":"Johanna",
        },
        {
            "email":"[email protected]",
            "jobtitle":"Internship",
        }
   ]
}

Last updated

Was this helpful?