📄️ List org service users
Returns the service user of an organization in a Frontier instance. It can be filter by it's state
📄️ Create service user
Create a service user.
📄️ Get service user
Get service user details by its id.
📄️ Delete service user
Delete a service user permanently and all of its relations (keys, organizations, roles, etc)
📄️ List service user keys
List all the keys of a service user with its details except jwk.
📄️ Create service user public/private key pair
Generate a service user key and return it, the private key part of the response will not be persisted and should be kept securely by client.
📄️ Get service user key
Get a service user public RSA JWK set.
📄️ Delete service user key
Delete a service user key permanently.
📄️ List service user secrets
List all the secrets of a service user.
📄️ Create service user client/secret
Generate a service user secret and return it. The secret value will not be persisted and should be securely stored by client.
📄️ Delete service user secret
Delete a service user secret credential.