Reseller Edit User API
POST /resellerEditUser
Description
This API endpoint allows a reseller to edit and update the details of an existing user within their assigned group. The reseller can update both account settings, such as password and group ID, and personal profile information.
Request Body
The request utilizes GraphQL to perform the resellerEditUser
mutation.
Mutation:
mutation resellerEditUser ($id: Int!, $resellerUserEdit: ResellerUserEdit) {
resellerEditUser (id: $id, resellerUserEdit: $resellerUserEdit) {
id
email
username
resellerId
role
enabled
radAccess
radAccessClear
createdAt
updatedAt
}
}