Documentation ¶
Index ¶
Constants ¶
View Source
const (
CMListUsersURI = "/api/search?sort=asc&sortBy=com.soa.sort.order.title_sort&Federation=false&count=20&start=0&q=type:user"
)
View Source
const (
// DeleteUserURI is pattern for the endpoint to delete a user
DeleteUserURI = "/api/users/%s"
)
Variables ¶
This section is empty.
Functions ¶
func DeleteUserList ¶
func DeleteUserList(users []string, config control.Configuration, debug bool) error
DeleteUserList deletes a list of users from the Platform
Types ¶
type User ¶
type User struct { Name string ProfileName string Version string ID string Domain string Email string UserName string }
User is a convenience structure for a CM User
Click to show internal directories.
Click to hide internal directories.