Skip to main content

Get a Non-Employee Record

GET 

/non-employee-records/:id

This gets a non-employee record. Requires role context of idn:nesr:read

Request

Path Parameters

    id stringrequired

    Non-Employee record id (UUID)

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

Non-Employee record object

Schema
    id UUID

    Non-Employee record id.

    accountName string

    Requested identity account name.

    firstName string

    Non-Employee's first name.

    lastName string

    Non-Employee's last name.

    email string

    Non-Employee's email.

    phone string

    Non-Employee's phone.

    manager string

    The account ID of a valid identity to serve as this non-employee's manager.

    sourceId string

    Non-Employee's source id.

    data object

    Attribute blob/bag for a non-employee.

    property name* string
    startDate date-time

    Non-Employee employment start date.

    endDate date-time

    Non-Employee employment end date.

    modified date-time

    When the request was last modified.

    created date-time

    When the request was created.

Loading...