PUT
/
apps
/
{app_id}
/
provision
Create a new access request for this application
curl --request PUT \
  --url http://localhost:3001/portal-api/apps/{app_id}/provision \
  --header 'Authorization: <api-key>'
{
  "status": "ok",
  "message": "Action Synchronize: Executed successfully"
}

Authorizations

Authorization
string
header
required

Path Parameters

app_id
integer
required

UID of this application

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"

message
string

Human-readable description of the status

Example:

"Action Synchronize: Executed successfully"