Sha256: 329e6472a846c7f1d38c21067b8d65b368bc5139c544c7c8b517a2a8282e517b
Contents?: true
Size: 486 Bytes
Versions: 22
Compression:
Stored size: 486 Bytes
Contents
# OryClient::CreateWorkspaceMemberInviteBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **invitee_email** | **String** | A email to invite | | | **role** | **String** | The role the user will have in the workspace owner WorkspaceMemberRoleOwner developer WorkspaceMemberRoleDeveloper | | ## Example ```ruby require 'ory-client' instance = OryClient::CreateWorkspaceMemberInviteBody.new( invitee_email: null, role: null ) ```
Version data entries
22 entries across 22 versions & 1 rubygems