For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setting Default Role

Set default role.

post

Set the role as default for new users.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequired

Role Identifier

Example: 000000000000000000000001
Responses
200

Created role.

application/json
uuidstringRequiredExample: 00000000-0000-0000-0000-000000000000
namestringRequiredExample: Name
descriptionstringRequiredExample: Description
ownerstringRequiredExample: #did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001
permissionsstring · enumRequiredExample: ["POLICIES_POLICY_READ"]Possible values:
post
/permissions/roles/default

Was this helpful?