(v3) Create User

Creates a new user account. REST equivalent of POST /api/v1/adduser.

User fields must be wrapped in a person object (same shape as POST /api/v2/person/save).

Note: Schema details are best-effort — confirm field names against your instance before building.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
person
object
required
Headers
string
required

The current session token. Returned by most API calls and must be passed on all subsequent v2/v3 calls.

string

A unique identifier for your application. Helps Teamworks support staff identify your requests if you need assistance.

Response
200

User created successfully

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!