Create User

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Create a User

ℹ️

Perms

Instead of assigning a role to a user, the user can also be granted access to permissions directly using the perms parameter.

An example of the perms parameter looks like { "manage_applicants": "1", "manage_users": "1", "manage_sourcing": "1" }. Namely, it is a JSON object where the keys are the permissions we want to grant, and the value is a "1".

Here is a comprehensive list of all the permission keys:

Users

Acceptable values for time_zone include:

Responses

Example CURL Request

curl --request POST \
     --url https://api.fountain.com/v2/users \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '  
{  
  "time_zone": "Africa/Algiers",  
  "send_invitation": true
}'