Skip to main content

Run an advanced search for profiles, without saving the query

POST 

/advanced_search/run

Run an advanced search for profiles, without saving the query

Request

Query Parameters

    query object

    Allows for pagination and sorting.

Body

required
    advanced_search object
    label string
    condition_rules_attributes object[]
  • Array [
  • anyOf
    type string

    Possible values: [ProfileTypeRule]

    comparison_operator string

    Possible values: [==, !=]

    value uuid
  • ]

Responses

Expected response to a valid request

Schema
    profiles object[]
  • Array [
  • id uuid

    The objects ID

    uid string

    Possible values: >= 32 characters and <= 32 characters

    The objects UID

    name string

    This is the name of the profile.

    profile_type_id uuid

    This is the ID of the profile type the profile belongs to

    status string

    Possible values: [Active, Inactive, On Leave, Terminated]

    This is the status of the profile

    id_proofing_status string

    Possible values: [pending, pass, fail]

    This is the ID proofing staus of the profile

    created_at date-time

    The date and time the profile was created

    updated_at date-time

    The date and time the profile was updated

    attributes object

    Attributes that belong to this profile.

    property name* string
  • ]
Loading...