Skip to main content
POST
Create manage user

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Maximum string length: 255
Example:

"Jane Manager"

email
string<email>
required
Maximum string length: 255
Example:

"jane.manager@example.com"

password
string<password>
required

Must satisfy the configured Laravel password defaults.

Example:

"Password123!"

phone_no
string | null

Optional US phone number.

Example:

"9005090050"

Response

Manage user created.

message
string
required
Example:

"Consumer response manager updated."

data
object
required
Last modified on July 19, 2026