Create a batch of users

Creates a new user in your Embedded account. The user record acts like a "container" to store all the integrations, workflows, and credentials for any given user. Returns a user identifier.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
json
Defaults to [{ username: 'user123', fullName: 'Joe Smoe' }, { username: 'user456' }, { username: 'janedoe', fullName: 'Jane Doe' }]

An array of username and fullName to be created. Note that username is mandatory but fullName is optional. Limited to 1000 users at a time.

Headers
string
required
Defaults to bearer YOUR_API_KEY

Your Embedded API key for authorization

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json