POST {{baseUrl}}/marketplace/apps/:appId/requests
Use this API to add app allow requests for all users, groups of users, or specific users. Scopes: marketplace_app:write:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"added_at": "2021-07-21T17:32:28Z",
"user_ids": [
"f1sTWCMaTmOIZxLMlmHvEQ",
"f1sTWCMaTmOIZxLMlmHvEQ"
],
"group_ids": [
"t-_-d56CSWG-7BF15LLrOw",
"t-_-d56CSWG-7BF15LLrOw"
]
} |
ENDPOINTS