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

ManagedInfo

Updated: Jul 24, 2025

ManagedInfo

interface ManagedInfo
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.

Properties

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