Skip to main content

List of managers

GET 

/companies/:company-id/managers

List of managers

Request

Query Parameters

    offset number

    Default value: 0

    limit number

    Possible values: >= 1

    Default value: 10

Responses

success - paginated list of managers

Schema

  • Array [

  • 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
  • ]

Loading...