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
    org_id 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
    created_at date-time

    The time the user was created.

    updated_at date-time

    The time the user was last updated.

    state string
    org_id string
Loading...