Organization
Return all existing roles in the organization
🔒 Requires the read:organization permission
All existing roles
Bad request
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:organization permission
Roles not found
Too many requests
Return information about current organization
🔒 Requires the read:organization permission
Information about organization
Failed to fetch organization information
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:organization permission
Organization not found
Too many requests
Update current organization
🔒 Requires the update:organization permission
The organization slug, provided by Bluebricks, cannot be changed
acme-corpThe organization display name, can be changed
ACME Corp.Updated information about organization
Failed to update organization
Failed to authenticate user
Missing required scopes. 🔒 Requires the update:organization permission
Too many requests
Return members of current organization
🔒 Requires the read:users permission
Results limit to allow pagination, e.g. 50
20Example: 10Results offset to allow pagination e.g. 10
0Example: 10Structure: [key1=value1,key2=value2&value3]
Enables searching within the list for members that match a particular query. e.g. john
List of organization members
Failed to list organization members
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:users permission
Too many requests
Invite new members current organization
🔒 Requires the create:users permission
Invite details
Failed to invite new members
Failed to authenticate user
Missing required scopes. 🔒 Requires the create:users permission
Too many requests
Remove member from current organization
🔒 Requires the delete:users permission
The user's unique ID e.g. prov0|1234567890
prov0|1234567890Status of remove request
Failed remove member
Failed to authenticate user
Missing required scopes. 🔒 Requires the delete:users permission
Member not found in organization
Too many requests
Return public encryption keys for the organization to encrypt secrets
🔒 Requires the read:organization permission
Public key data
Failed to get public key
Failed to authenticate user
Missing required scopes. 🔒 Requires the read:organization permission
Public key not found
Too many requests
Create and store managed public key for the organization to encrypt secrets
🔒 Requires the update:organization permission
PEM-formatted RSA public key (minimum 2048 bits)
-----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA... -----END PUBLIC KEY-----Cloud provider key identifier (AWS KMS ARN, Azure Key Vault URI, or GCP KMS resource name)
arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012Successfully created public key
Failed to create public key
Failed to authenticate user
Missing required scopes. 🔒 Requires the update:organization permission
Public key not found
Public key already exists for organization
Too many requests
Last updated
Was this helpful?

