GET - User Authentication Service

Returns authentication details of authorised users.

Parameters

  • user_id (str): Target user ID to reset the SIP authentication password.

Returns

  • Dict: Autnentication details of target user

How To Use:

my_api.authentication.put_user_authentication_service(
    "userId",
)

Example Returned Data of Device (Formatted)

{
  "userName": 9709580001,
  "userId": "[email protected]",
  "serviceProviderId": "odin.mock.ent1",
  "groupId": "odin.mock.grp1",
  "isEnterprise": true
}

Last updated

Was this helpful?