Sha256: 7926db8603a999e7c47e2cf30529853469bafbfb46c7d447138a094cca6bf541

Contents?: true

Size: 888 Bytes

Versions: 3

Compression:

Stored size: 888 Bytes

Contents

# TalonOne::NewInvitation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the user being invited. | [optional] 
**email** | **String** |  | 
**acl** | **String** | The `Access Control List` json defining the role of the user.  This represents the access control on the user level. Use one of the following: - normal user: `{\"Role\": 0}` - admin: `{\"Role\": 127}`  | 
**roles** | **Array<Integer>** | An array of roleIDs to assign the new user to. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewInvitation.new(name: John Doe,
                                 email: john.doe@example.com,
                                 acl: {"Role":0},
                                 roles: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/NewInvitation.md
talon_one-3.0.1 docs/NewInvitation.md
talon_one-3.0.0 docs/NewInvitation.md