Documentation
Sign inGet started

bird members create

Usage

Przykład kodu
bird members create [flags]

Description

Add org member to workspace
Adds an existing organization member to this workspace by user ID and assigns a workspace role. The user must already be a member of the organization. To invite someone by email, use POST /v1/invitations instead.
Build the request from flags, a JSON MemberAdd body via --body-file ("-" reads stdin), or both — a flag overrides the matching body field. Run --example to print a ready-to-edit body, or --dry-run to print the resolved request without sending it.

Examples

Przykład kodu
# print the body shape (no credentials needed)
bird members create --example

Options

Request

NameDescription
--body-fileRead the JSON request body from this file; "-" reads stdin
--examplePrint a complete example request body, then exit
--dry-runPrint the resolved request without sending it, then exit
--idempotency-keyDeduplication key; a retry with the same key won't act twice

Options

NameDescription
--user-idID of an existing organization member to add to this workspace.
--roleWorkspace role to assign.
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird members deleteRemove a member from the workspace
bird members listList workspace members
bird members updateUpdate a member's workspace role