Skip to main content

Update multiple profiles​

Update multiple profiles

Request Body required
  • profiles object[]
  • id uuid

    the id

  • name string

    the name

  • profile_type_id uuid

    the profile type id

  • status string

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

    the status

  • id_proofing_status string

    Possible values: [pending, pass, fail]

    The id proofing status

  • archived boolean

    Default value: false

    should profile be archived?

  • attributes object

    The attrbutes

  • property name* string
Responses

Expected response to a valid request


Schema
    oneOf

  • profiles object[]
  • id uuid

    the id

  • uid string

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

    the uid

  • name string

    the name

  • profile_type_id uuid

    The profile type id

  • status string

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

    the status

  • id_proofing_status string

    Possible values: [pending, pass, fail]

    the id profing status

  • created_at date-time

    the created at time

  • updated_at date-time

    the updated at time

  • attributes object

    the attributes

  • property name* string
Loading...