v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBorganization-users
Create a user
Create a new user. The currently signed-in user must have the ADMINISTRATOR user role in the BILL organization to perform this operation.
When you create a user, BILL sends an email to the user for them to complete their sign-up. After user sign-up is complete, the user can access features in your BILL organization depending on the user role.
See Organizations and Users in the Guides section for more information, sample requests, and responses.
post/v3/users
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"firstName": "Clark",
"lastName": "Billenterson",
"email": "info@happymusicsupplies.org",
"roleId": "{{org_user_role_id}}",
"acceptTermsOfService": true
}Response
Create a user response