Skip to main content

Find profile type by id​

Find profile type by id

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
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...