[][src]Module ironoxide::group

SDK group operations

Structs

GroupAccessEditErr

Failure to make the requested change to a group's membership or administrators.

GroupAccessEditResult

Result from requesting changes to a group's membership or administrators. Partial success is supported.

GroupCreateOpts

Options for group creation.

GroupGetResult

Group information.

GroupId

Group ID. Unique within a segment. Must match the regex ^[a-zA-Z0-9_.$#|@/:;=+'-]+$

GroupListResult

List of (abbreviated) groups for which the requesting user is either an admin or member.

GroupMetaResult

Abbreviated group information.

GroupName

Group's user-assigned name. (non-unique)

Traits

GroupOps