Skip to main content
POST
Create End User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
friendly_name
string
required

Display name

Example:

"John Doe - Individual"

type
enum<string>
required

End user type

Available options:
individual,
business
attributes
object
required

Dynamic attributes based on type

Example:

Response

End user created

sid
string
friendly_name
string
type
string
attributes
object
account_sid
string
date_created
string<date-time>
date_updated
string<date-time>