Create a User

Prerequisites: Provided Subscription Key and Account Key.

Authentication

Click here to view the request to authorize an account.

  1. Click “Try it” to begin building the authorize account request.

  2. Enter your Subscription Key into the Subscription Key header field.

  3. In the request body paste your Account Key.

  4. Click the send button at the bottom of the screen.

  5. The response is a json object that contains the authentication token.

The authentication token and the subscription key are required on subsequent requests to the IntelAgree API.

Create User

Click here to view the request to create a user.

  1. Click “Try it” to begin building the Post User request.

  2. Enter your Subscription Key into the Subscription Key header field.

  3. Add an Authorization header to the request and paste the previously requested authentication token into the value of the header.

    1. Example - Authorization: Bearer {{authToken}}

  4. Build the request body

    1. name (Required) – name of the user

    2. email (Required) – email address of the user

    3. businessKeys (Required) - a collection of business keys to identify the Created User Key

      1. Example – [{"entity": "User", "name": "{{businessSystem}}", "value": "{{businessKey}}"]

    4. organizations (optional) - an integer representation of the organization

    5. permissions (optional) - an integer representation of the user permissions

    6. roles (optional) - an integer representation of the user roles

Additional Documentation:

https://apim-portal.intelagree.com/apis