Creates a new RADIUS user with specified credentials, attributes, and group memberships. A unique ID for the user will be generated and returned upon successful creation.
Enter your API key in the format: Bearer
The user's username. Must be unique within your workspace.
The user's password.
"S3cur3P@ssw0rd!"
The status of the user account.
active, disabled An array of group IDs to which this user should belong.
["rad_grp_01HGM5V65A5A5A5A5A5A5A5A5B"]The user was created successfully.
Represents a RADIUS user account.
Unique identifier for the user.
"rad_usr_01HGM5V65A5A5A5A5A5A5A5A5A"
The username used for authentication.
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.