Skip to main content

Create a profile type​

Create a profile type

Request Body required
  • profile_type object
  • name string

    The name

  • bypass_dup_protection boolean

    Default value: false

    Bypass duplicate protection?

  • archived boolean

    Default value: false

    Is this archived

  • permitted_role_ids uuid[]

    Permitted Role ids

  • profile_type_dup_attributes object[]

    Profile type duplicate attribgutes

  • id uuid

    The id

  • uid string

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

    the uid

  • profile_type_id uuid

    The profile type ID

  • ne_attribute_id uuid

    The ne_attribute_id

  • profile_type_namings object[]

    The profile type namings

  • id uuid

    The id

  • uid string

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

    The uid

  • profile_type_id uuid

    The profile_type_id

  • ne_attribute_id uuid

    The ne_attribute_id

  • order int32

    The order which this appears in

Responses

Expected response to a valid request


Schema
  • profile_type object
  • id uuid

    The id

  • uid string

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

    The uid

  • name string

    the name

  • bypass_dup_protection boolean

    bypass duplicate protection?

  • archived boolean

    is this profile type archived?

  • permitted_role_ids uuid[]

    permitted role_ids for this profile_type

  • profile_type_dup_attributes object[]

    The profile type duplicate attributes

  • id uuid

    the id

  • uid string

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

    the uid

  • profile_type_id uuid

    the profile type id

  • ne_attribute_id uuid

    the ne attribute id

  • profile_type_namings object[]

    the profile type namings

  • id uuid

    the id

  • uid string

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

    the uid

  • profile_type_id uuid

    the profile type id

  • ne_attribute_id uuid

    the ne attribute id

  • order int32

    the order

Loading...