For the complete documentation index, see llms.txt. This page is also available as Markdown.

Group

Benutzergruppen

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanOptional

Is the group active?

Default: true
labelstringRequired

Label of this Group

descriptionstringOptional

Description of this Group

get/cmn/users/groups/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanOptional

Is the group active?

Default: true
labelstringRequired

Label of this Group

descriptionstringOptional

Description of this Group

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanOptional

Is the group active?

Default: true
labelstringRequired

Label of this Group

descriptionstringOptional

Description of this Group

put/cmn/users/groups/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/cmn/users/groups/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanOptional

Is the group active?

Default: true
labelstringRequired

Label of this Group

descriptionstringOptional

Description of this Group

put/cmn/users/groups/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanOptional

Is the group active?

Default: true
labelstringRequired

Label of this Group

descriptionstringOptional

Description of this Group

put/cmn/users/groups/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanOptional

Is the group active?

Default: true
labelstringRequired

Label of this Group

descriptionstringOptional

Description of this Group

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanOptional

Is the group active?

Default: true
labelstringRequired

Label of this Group

descriptionstringOptional

Description of this Group

post/cmn/users/groups

Last updated

Was this helpful?