Skip to main content

Get User Entity

Returns detailed info about User

Path Parameters
  • user-id integer required

    Possible values: >= 1

    Unique Identifier for User Item

Responses

OK


Schema
  • id integer

    Possible values: >= -1

    UID for entities references. If value is -1, then it means that is no entity reference for this structure

  • name string

    Possible values: <= 100 characters

    Name of the user entity

  • info string

    Possible values: <= 255 characters

    Extra information about of the user entity

  • is_security boolean

    Security user has access to blocked doors.

  • link_id uuid

    Possible values: <= 36 characters

    Unique entity set by the server to bind some parameters with each other. By default return null value

  • references_count object

    list of the number of links

  • identifiers integer

    Count of identifiers attached to the user

  • apartments integer

    Count of apartments attached to the user

  • time_profiles integer

    Count of time_profiles attached to the user

  • access_rules integer

    Count of access_rules attached to the user

Loading...