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
    TimestampChanged date-timenullable
    FirstName stringnullable
    LastName stringnullablerequired
    NameSuffix stringnullable
    Code stringnullable
    Email stringnullablerequired
    PhoneNumber stringnullable
    Note stringnullable
    Inactive boolean
    ClosedPeriodTo datenullable
    ExternalKey stringnullable
    Branch guidnullable
Loading...