Skip to main content

Get Person

GET 

/api/v2/People/:key

Get Person

Request

Path Parameters

    key stringrequired

    Guid or ExternalKey

Responses

Success

Schema

    Guid guid
    Revision int64
    PersonCreated guidnullable
    PersonChanged guidnullable
    TimestampCreated date-timenullable
    Example: 2025-05-21T07:48:00Z
    TimestampChanged date-timenullable
    Example: 2025-05-21T07:48:00Z
    FirstName stringnullable
    LastName stringnullable
    NameSuffix stringnullable
    Code stringnullable
    Email stringnullable
    PhoneNumber stringnullable
    Note stringnullable
    Inactive boolean
    ClosedPeriodTo datenullable
    ExternalKey stringnullable
    Branch guidnullable
    AccessLevel AccessLevel (string)

    Possible values: [Denied, Allowed, Terminal]

    SystemAdmin boolean
    TimeTrackingAdmin boolean
    VehiclesAdmin boolean
    ExpensesAdmin boolean
    ContractsAndInvoicingAdmin boolean
    ServicesBillingAdmin nullable
    BudgetsAdmin boolean
Loading...