PrivGroup

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getPrivGroup

post

Retrieve privilege group

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PrivGroupGroupintegerRequired
Responses
200

Successful operation.

application/json
post
/getPrivGroup
200

Successful operation.

getPrivGroupSelectFields

post

Returns the privilege groups with select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PrivGroupGroupintegerOptional
Responses
200

Successful operation.

application/json
post
/getPrivGroupSelectFields
200

Successful operation.

getPrivGroupPagedList

post

Returns paged list of privilege groups

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getPrivGroupPagedList
200

Successful operation.

getPrivGroupListSelectFields

post

Returns the list of privilege groups with select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getPrivGroupListSelectFields
200

Successful operation.

searchPrivGroupSelectFields

post

Retrieve a list of select fields for privilege groups

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/searchPrivGroupSelectFields
200

Successful operation.

getPrivGroupPagedListSelectFields

post

Returns paged list of privilege groups with select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/getPrivGroupPagedListSelectFields
200

Successful operation.

searchPrivGroupPagedSelectFields

post

Retrieve a paged list of select fields for privilege groups

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchPrivGroupPagedSelectFields
200

Successful operation.

updatePrivGroupByID

post

Update privileged groups by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
PrivGroupGroupintegerOptional
Responses
200

Successful operation.

application/json
post
/updatePrivGroupByID
200

Successful operation.

Last updated

Was this helpful?