Skip to main content

Get a manager by ID

GET 

/companies/:companyID/managers/:id

Retrieve complete information for a manager by their ID

Request

Path Parameters

    id stringrequired

Responses

success - manager details

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

    informations

    object

    required

    personType stringrequired

    Possible values: [physical, legal]

    civility stringnullable

    Possible values: [mr, mrs]

    lastName stringnullable

    Mandatory if 'personType' is 'physical'.

    firstName stringnullable

    Mandatory if 'personType' is 'physical'.

    birthDate stringnullable

    Birth date of the manager

    birthTown stringnullable
    birthCountry stringnullable
    nationality stringnullable
    idNumber stringnullable

    Identity document number

    idDeliveryDate stringnullable

    Identity document delivery date

    idExpirationDate stringnullable

    Identity document expiration date

    deathDate stringnullable

    Death date of the manager

    legalSocialReason stringnullable

    Mandatory if 'personType' is 'legal'.

    legalSiren stringnullable
    legalSiret stringnullable
    legalApeCode stringnullable
    legalRegistrationCity stringnullable
    legalRegistrationCountry stringnullable
    legalRegistrationCreationDate stringnullable
    legalRegistrationCessationDate stringnullable

    legalExecutives

    object[]

    nullable

    Possible values: <= 4

    List of legal executives (max 4).

  • Array [

  • firstName stringrequired
    lastName stringrequired
    function stringrequired
  • ]

  • addresses

    object[]

    nullable

    Possible values: <= 3

    List of addresses (max 3).

  • Array [

  • type stringnullable

    Possible values: [domicile, professional, fiscal]

    street stringnullable
    supplement stringnullable
    city stringnullable
    postalCode stringnullable
    country stringnullable
  • ]

  • phones

    object[]

    nullable

    Possible values: <= 3

    List of phone numbers (max 3).

  • Array [

  • type stringnullable

    Possible values: [landline, mobile]

    countryCode stringnullable
    number stringnullable
  • ]

  • createdAt stringnullablerequired

    Creation date

    updatedAt stringnullablerequired

    Last update date

    phone stringnullable

    Phone number of the manager

    honorific stringnullable

    Honorific title of the manager

    birthDate stringnullable

    Birth date of the manager

    providerCode stringnullable

    External provider code for the manager

    lastActive stringnullable

    Last active date of the manager

Loading...