![]() |
REST API
8.0.0
REST API for SafeNet Luna Network HSMs
|
This resource creates a REST API role.
The role ID of the role to create.
Use: Required
JSON Schema:
Object type: string
The full name of the role.
Use: Not Required
JSON Schema:
Object type: string
Success
"Location" is the URL to the newly created role.
Unexpected failure
POST
https://1.2.3.4:8443/roles
{
"roleId": "testRole",
"fullName": "testRoleName"
}
{
}