Skip to main content

Create service user key

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.

Path Parameters
    id string required

    The unique ID of the service user to create a key for.

Request Body required
    title string
Responses

A successful response.


Schema
    key object
    type string
    kid string
    principalId string
    privateKey RSA private key as string
Loading...