1.3 Create User
POST {{connect_api_url}}/v1.1/sites/:site_id/users
Create a user with some role.
Make sure user email matches the one you have in your Identity Provider.
More on the endpoint documentation can be found here: {{connectapiurl}}/swagger/index.html
Request Body
{"first_name"=>"string", "last_name"=>"string", "email"=>"email", "role_ids"=>["role_id"], "toggle_easy_office_mode"=>true, "toggle_manual_office_mode"=>true, "tag_offline_access"=>true, "tag_blocked"=>true, "override_privacy_mode"=>true, "use_pin"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |