ProvisioningResponseModel
Represents the response to either a successful or failed account provisioning
Methods
The following API methods use this data model.
Optional Fields
userName
string, nullable
If provisioning is successful, contains the username of the created user.
accountName
string, nullable
If provisioning is successful, contains subscription account name of created user.
userId
uuid, nullable
If provisioning is successful, contains the unique identifier of the created user.
groupKey
uuid, nullable
If provisioning is successful, contains the group key of the created user.
appEnrollmentId
uuid, nullable
If provisioning is successful, contains the app enrollment id of the created app enrollment.
syncRequestId
uuid, nullable
if provisioning is successful, contains the sync request id of the sync that was started for the app enrollment.
errorMessage
string, nullable
The error message(s).
Updated about 2 months ago