Retrieve application setup information
Retrieves a map of the data that is used when Cloud Identity Portal administration is initialized.
Request
GET /GmaApi/ss/initAppManagementSetupExample cURL request
curl -v -i -X GET -H "Authorization: Bearer
73d2039d-7767-495f-b40c-f766fcf8f0e2" -H "Accept:
application/json,application/xml,text/html,application/atom+xml,text/xhtml"
http://hostname/GmaApi/ss/initAppManagementSetupResource URI
https://hostname/GmaApi/ss/initAppManagementSetupAuthorization header
For information about obtaining an access token, see Request an access token.Example response
{"status":{"success":true,"apiError":false,"message":"Success",
"errors":{}}, "applications":[], "instanceTypes":[], "instances":[], "validations":[],
"attributeTypes":[], "provisionResolutions":[],"fieldTypes":[],"usernameOptions":[], "emails":[],
"applicationRoles":[], "portalApplicationSections":[], "usernameValidationOptions":[],
"passwordResetValidationOptions":[], "applicationMap":[]}Response parameters
| Parameter name | Description |
|---|---|
| status | Returns whether the request was successful. Returns an error when the request is unsuccessful. For more information about errors, see Errors. |
| applications | An array of Self Service applications. |
| instanceTypes | An array of instance types. |
| instances | An array of instances. |
| validations | An array of validations. |
| attributeTypes | An array of attribute types. |
| provisionResolutions | An array of provision resolutions. |
| fieldTypes | An array of field types. |
| usernameOptions | An array of user name options. |
| emails | An array of email types. |
| applicationRoles | An array of Self Service application roles. |
| portalApplicationSections | An array of Self Service application sections. |
| usernameValidationOptions | An array of user name validation options. |
| passwordResetValidationOptions | An array of password reset options. |
| applicationMap | An array of application IDs and types. |