GET EndUser?sg_id={sg_id}&appid={appid}&sg={sg}&hash={hash}&token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sg_id

string

Required

appid

string

Required

sg

string

Required

hash

string

Required

token

string

Required

Body Parameters

None.

Response Information

Resource Description

BaseGridOfEndUser
NameDescriptionTypeAdditional information
page

integer

None.

records

integer

None.

total

integer

None.

the_list

Collection of EndUser

None.

Response Formats

application/json, text/json

Sample:
{
  "page": 1,
  "records": 2,
  "total": 3,
  "the_list": [
    null,
    {
      "appid": "sample string 1",
      "username": "sample string 2",
      "pwd": "sample string 3",
      "name": "sample string 4",
      "initials": "sample string 5",
      "validation_method": "sample string 6",
      "security_group": "sample string 7",
      "enabled": true,
      "contact_by_email": true,
      "contact_by_sms": true,
      "contact_by_voice": true,
      "contact_by_android_notifications": true,
      "contact_by_ios_notifications": true,
      "email": "sample string 8",
      "phone_number": "sample string 9",
      "sms_phonenumber": "sample string 10",
      "phone_number_country_code": "sample string 11",
      "sms_phonenumber_country_code": "sample string 12",
      "ios_notifications_token": "sample string 13",
      "android_notifications_token": "sample string 14",
      "individual_not_company": true,
      "open_for_sms": "sample string 16",
      "closed_for_sms": "sample string 17",
      "user_timezone": "sample string 18",
      "user_timezone_pref": "sample string 19",
      "user_phyisical_timezone": "sample string 20",
      "last_device_timezone": "sample string 21",
      "require_2fa": true,
      "is_2fa_initialized": true,
      "second_factor_method": "sample string 22",
      "require_password_update": true,
      "scante_cdsc_repo_online_not_local": true,
      "scante_cdsc_repo_local_prefix": "sample string 23",
      "guid": "000000000000000000000000",
      "guid_datetime": "1970-01-01T00:00:00Z"
    }
  ]
}

application/xml, text/xml

Sample:
<BaseGridOfEndUserXD55xrjw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/productious_models">
  <page>1</page>
  <records>2</records>
  <the_list>
    <EndUser i:nil="true" />
    <EndUser>
      <guid>000000000000000000000000</guid>
      <id xmlns:d4p1="http://schemas.datacontract.org/2004/07/MongoDB.Bson">
        <d4p1:_a>0</d4p1:_a>
        <d4p1:_b>0</d4p1:_b>
        <d4p1:_c>0</d4p1:_c>
      </id>
      <android_notifications_token>sample string 14</android_notifications_token>
      <appid>sample string 1</appid>
      <closed_for_sms>sample string 17</closed_for_sms>
      <contact_by_android_notifications>true</contact_by_android_notifications>
      <contact_by_email>true</contact_by_email>
      <contact_by_ios_notifications>true</contact_by_ios_notifications>
      <contact_by_sms>true</contact_by_sms>
      <contact_by_voice>true</contact_by_voice>
      <email>sample string 8</email>
      <enabled>true</enabled>
      <ga_totp_secret_key i:nil="true" />
      <individual_not_company>true</individual_not_company>
      <initials>sample string 5</initials>
      <ios_notifications_token>sample string 13</ios_notifications_token>
      <is_2fa_initialized>true</is_2fa_initialized>
      <last_device_timezone>sample string 21</last_device_timezone>
      <name>sample string 4</name>
      <open_for_sms>sample string 16</open_for_sms>
      <phone_number>sample string 9</phone_number>
      <phone_number_country_code>sample string 11</phone_number_country_code>
      <pwd>sample string 3</pwd>
      <require_2fa>true</require_2fa>
      <require_password_update>true</require_password_update>
      <scante_cdsc_repo_local_prefix>sample string 23</scante_cdsc_repo_local_prefix>
      <scante_cdsc_repo_online_not_local>true</scante_cdsc_repo_online_not_local>
      <second_factor_method>sample string 22</second_factor_method>
      <security_group>sample string 7</security_group>
      <sms_phonenumber>sample string 10</sms_phonenumber>
      <sms_phonenumber_country_code>sample string 12</sms_phonenumber_country_code>
      <user_phyisical_timezone>sample string 20</user_phyisical_timezone>
      <user_timezone>sample string 18</user_timezone>
      <user_timezone_pref>sample string 19</user_timezone_pref>
      <username>sample string 2</username>
      <validation_method>sample string 6</validation_method>
    </EndUser>
  </the_list>
  <total>3</total>
</BaseGridOfEndUserXD55xrjw>