Skip to main content

Create a new manager

POST 

/companies/:company-id/managers

Create a new manager

Request

Body

required

    name stringrequired

    The name of the manager

    email emailrequired

    The email of the manager

    claims string[]required

    Possible values: [billing, managers_read, manager_invite, clients_invite, clients_reads, management], >= 1

Responses

success - manager created

Schema

    id stringrequired
    name stringrequired
    email stringrequired

    providers

    object

    nullable

    Provider IDs associated with the entity. This field contains a mapping where each key represents a provider name and the value is an array of provider-specific IDs for this entity

    prisme

    object

    nullable

    id stringnullable
    profile stringnullable

    specific

    object

    nullable

    Value specific to the manager with arbitrary structure

    nullable
    claims string[]required

    Possible values: [billing, managers_read, manager_invite, clients_invite, clients_reads, management]

Loading...