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
    phone stringnullable

    Phone number of the manager

    honorific stringnullable

    Honorific title of the manager

    birthDate stringnullable

    Birth date of the manager

    address

    object

    nullable

    Address of the manager

    street stringnullable
    streetAdditional stringnullable
    city stringnullable
    zipCode stringnullable
    administrativeArea stringnullable
    country stringnullable
    providerCode stringnullable

    External provider code for the manager

    lastActive stringnullable

    Last active date of the manager

Loading...