Create Federation Access Group

Create Federation Access Group

All the listed privileges are required -

Privileges Description
FOLDER_MANAGEMENT Caller should have permission to this privilege, to perform this operation.
Request
URI
POST
https://{api_host}//localhost/rest/config/v1/federation-access-groups
COPY
Request Body

Federation access group object to be created.

FederationAccessGroupCreateSpec of type(s) application/json
Required
{
    "description": "This access group can be used to delegate administration of sales team inventories to specific administrators.",
    "name": "Sales"
}
string
description
Optional

Federation Access Group Description.

string
name
Required

Federation Access Group Name. This property must contain only alphanumerics, underscores, and dashes.

Authentication
This operation uses the following authentication methods.
Responses
201

Created

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

409

Conflict | CPA not initialized for the pod

Operation doesn't return any data structure