Get a Tenant's Users with specific license type

Returns a list of all users for a given tenant and license type.

Method

/API2/access/getAllUsersDataByTenantAndLicenceType

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2018.5.2
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

tenantUsersGetObject

Object Type

Description

The tenant object for fetching users.

Output Response

Successful Result Code

200

Response List Type

Description of Response Type

Returns a generic response object with the list of users for the tenant in the system. Note that the response is returned as a list of items of this object type.

Notes

The user object can be used in other operations where it is required.

Examples