Create an organization
POST/api/sts/organisation/v1
Creates a system organization.
Organizations own and operate their own assets, such as keys,
certificates, credentials, and related data. Assign the roles
the organization is expected to perform to delimit the actions
that can be taken within the organization. For example, use:
"roles": ["ISSUER", "VERIFIER", "HOLDER"]
For an organization that will issue, hold, and verify credentials.
You can always update an organization by using PATCH.
Request
Responses
- 201
- 500
Created
Internal server error