Authorizations
Enter your API key in the format: Bearer <token>
Path Parameters
The unique identifier for the user, prefixed with rad_usr_.
Body
The new status for the user account.
active, disabled A complete list of group IDs for the user. This will replace the user's existing group memberships.
[
"rad_grp_01HGM5V65A5A5A5A5A5A5A5A5B",
"rad_grp_01HGM5V65A5A5A5A5A5A5A5A5F"
]Response
The updated user object.
Represents a RADIUS user account.
Unique identifier for the user.
"rad_usr_01HGM5V65A5A5A5A5A5A5A5A5A"
The username used for authentication.
"john.doe@altostrat.io"
The current status of the user account.
active, disabled "active"
The number of groups this user is a member of.
2
A list of RADIUS attributes used to check against the user's request during authorization.
A list of RADIUS attributes to be returned in the Access-Accept response.
A set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
{ "employee_id": "E12345" }A list of tag IDs associated with this user.
["rad_tag_01HGM5V65A5A5A5A5A5A5A5A5D"]Time at which the object was created.
Time at which the object was last updated.