Skip to main content

Create service user

Create a service user.

Request Body required
    body object
    title string

    User friendly name of the service user.

    metadata object
    orgId string required

    The organization ID to which the service user belongs to.

Responses

A successful response.


Schema
    serviceuser object
    id string
    title string

    User friendly name of the service user.

    metadata object
    createdAt date-time

    The time the user was created.

    updatedAt date-time

    The time the user was last updated.

    state string
    orgId string
Loading...