package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create is a method to create a user group using given parameters.
Delete is a method to remove an existing user group using given parameters.
DoAction is a method of add users to or remove users from user group using given parameters.
ExtractUserGroupPages is a method to extract the list of user group details.
List is a method to query the user group details using given parameters.
ListUser is a method to query all user information under a user group using given parameters.
Update is a method to change user group information using given parameters.
# Structs
ActionOpts is the structure required by the DoAction method of add users to or remove users from user group.
CreateOpts is the structure required by the Create method to create a new user group.
ListOpts is the structure required by the List method to query user group list.
ListUserOpts is the structure required by the ListUser method to query all user information under a user group.
UpdateOpts is the structure required by the Update method to change user group information.
User is the structure that represents the user detail under a user group.
UserGroup is the structure that represents the user group detail.
UserGroupPage represents the response pages of the List method.