Skip to main content
POST
Create User

Headers

Accept
string
default:application/json

e.g. application/json

x-api-key
string

e.g. [Required] Partner specific API key provided by Birdeye for data exchange.

x-business-number
string

e.g. [Required] User associated businessNumber

Content-Type
string
default:application/json

Media type of the JSON request body.

Body

application/json
userEmailId
string
required

Email Id of the user that’s being added to this business.

userRole
string
required

User role. Valid values are "owner","admin". Default is "owner".

firstName
string

First name of the user.

lastName
string

Last name of the user.

phone
string

Mobile number of the user.

sendInvite
boolean

Whether to send invite email to the user. Default is true.

Response

OK