Skip to main content
PUT
Edit an existing admin

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

admin_id
integer
required

The ID of the admin to be edited

Body

application/json

Admin details to be edited

email
string
Example:

"admin@gmail.com"

first_name
string
Example:

"John"

last_name
string
Example:

"Doe"

group_id
string
Example:

"1"

client_id
string
Example:

"1"

id
integer
Example:

1

Response

Admin details updated successfully

message
string
Example:

"Admin details updated successfully"