Skip to main content

Set Default Organization

PUT 

/api/v1/organizations/default

Set the default organization for the user.

Request

Cookie Parameters

    session any

Body

required

    organization_id uuidrequired

    The organization's ID.

Responses

Successful Response

Schema

    id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    Possible values: non-empty and <= 3000 characters

    A name for the organization.

Loading...