Create a User
POST
https://api.ssojet.com/api/v1/users
Create User
Request Body
first_name
(string, required): The first name of the user.last_name
(string, required): The last name of the user.email
(string, required): The email address of the user.Response
{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
Request
Query Params
client_id
string
required
Example:
string
Header Params
accept
string
required
Example:
*/*
accept-language
string
required
Example:
en-US,en;q=0.9
content-type
string
required
Example:
application/json
user-agent
string
required
Example:
SSOJET API
Content-Type
string
optional
Default:
application/json
User-Agent
string
optional
Default:
SSOjet/1.0.0 (https://ssojet.com)
Body Params application/json
Request samples
Responses
Modified at 2024-07-22 11:04:03