Creates a New Role
Creates new role.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
uuidstringRequiredExample:
00000000-0000-0000-0000-000000000000namestringRequiredExample:
NamedescriptionstringRequiredExample:
DescriptionownerstringRequiredExample:
#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001permissionsstring Β· enumRequiredExample:
["POLICIES_POLICY_READ"]Possible values: Responses
200
Created role.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
post
/permissions/rolesLast updated