Skip to main content

Create local user groups

POST 

/sse/config/v1/local-user-groups

Create local user groups.

Request

Query Parameters

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

Body

The local user you want to create

    name stringrequired

    Possible values: <= 31 characters, Value must match regular expression ^[a-zA-Z0-9._-]+$

    Name of the group.

    user string[]

    Array of user names that belong to this group.

Responses

Created

Loading...