Skip to main content

Create multiple profiles

POST 

/profiles

Create multiple profiles

Request

Body

required

    profiles

    object[]

  • Array [

  • name string

    The profile name.

    profile_type_id uuid

    The profile type id.

    status string

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

    The profile status.

    id_proofing_status string

    Possible values: [pending, pass, fail]

    The id proofing status of the profile.

    archived boolean

    Describes whether the profile is archived or not.

    attributes

    object

    The attributes associated with the profile.

    property name* string
  • ]

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...