API reference
API reference
Select your platform
No SDKs available
No versions available

ManagedInfo Interface

If the user is a Meta Managed Account(MMA), the managed account for the user will contain further metadata information. There must be user consent via dialog during installation, your app must have DUC enabled, and the app must be admin-approved.

Signature

interface ManagedInfo

Properties

department : String?
[Get]
A string represents the department name in the organization to which the user belongs to.
Signature
abstract val department: String?
email : String?
[Get]
The email address of the account user which owns the MMA, i.e., Meta Managed Account.
Signature
abstract val email: String?
employeeNumber : String?
[Get]
A string represents the employee number of the person who owns MMA, i.e., Meta Managed Account.
Signature
abstract val employeeNumber: String?
externalId : String?
[Get]
A string which can be used to uniquely identify the user of the MMA, i.e., Meta Managed Account.
Signature
abstract val externalId: String?
location : String?
[Get]
A string contains the information about the location of the user.
Signature
abstract val location: String?
manager : String?
[Get]
A string contains the information about the manager of the user.
Signature
abstract val manager: String?
name : String?
[Get]
A string contrains the information about the user's name.
Signature
abstract val name: String?
organizationId : String?
[Get]
A string which can be used to uniquely identify the organization which owns the MMA, i.e., Meta Managed Account.
Signature
abstract val organizationId: String?
organizationName : String?
[Get]
The name of the organization to which the MMA(i.e., Meta Managed Account) account user belongs to.
Signature
abstract val organizationName: String?
position : String?
[Get]
A string contains the position information of the user.
Signature
abstract val position: String?
Did you find this page helpful?