👨‍💻
Signitic API
  • Quick Start
  • Reference
    • API Reference
      • List users
      • Creating users
      • Updating users
      • Delete users
      • Get signature
      • Contact data webhook
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. API Reference

Updating users

PreviousCreating usersNextDelete users

Last updated 4 months ago

Was this helpful?

You can push maximum 100 entries per API batch.

Body example

{
    "users":[
        {
            "email":"user1@signitic.fr",
            "firstname":"Johanna",
        },
        {
            "email":"user2@signitic.fr",
            "jobtitle":"Internship",
        }
   ]
}
  • POST/users
  • Body example
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

{}