ByCloud Docs
GuidesCLIAPISDK

List invitations

bycloud iam invitations list [flags]

List all pending invitations for the current organization. Invitations are created automatically when adding a user via POST /v1/iam/users if the user doesn't exist or isn't already a member.

Options

--limit

integeroptional

Maximum number of items to return

Default: 20

--marker

stringoptional

ID of the last item from the previous page (for pagination)

--output

(-o)

stringoptional

Output format: text, json, or yaml

Values: "text", "json", "yaml"

Default: "text"

--status

stringoptional

Filter by invitation status

Values: "pending", "expired"

Command

bycloud iam invitations list

Output

ID EMAIL GROUPS[0].ID GROUPS[0].NAME GROUPS[1].ID
550e8400-e29b-41d4-a716-446655 jane.doe@example.com 550e8400-e29b-41d4-a716-446655 string 550e8400-e29b-41d4-a716-446655
550e8400-e29b-41d4-a716-446655 jane.doe@example.com 550e8400-e29b-41d4-a716-446655 string 550e8400-e29b-41d4-a716-446655