AccountService.getUserData Method
Gets the user data for the specified account.
Parameters
- id
-
Type: String
The ID of the account to get the user data for.
- tenantId
-
Type: String
(optional) The ID of the tenant. If not specified, the tenant-agnostic user data will be retrieved.
Optional: True
Return Value
Type: jQuery.Promise
Value: Array
Element Value: KeyValuePair
A promise object that is resolved when the call is complete.