Sha256: d235ae562de14da5eaad7108477fe19810f743187170387b752016c3f03d4526

Contents?: true

Size: 834 Bytes

Versions: 3

Compression:

Stored size: 834 Bytes

Contents

# TalonOne::NewInvitation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the user. | [optional] 
**email** | **String** | Email address of the user. | 
**is_admin** | **Boolean** | Indicates whether the user is an `admin`. | [optional] 
**roles** | **Array<Integer>** | A list of the IDs of the roles assigned to the user. | [optional] 
**acl** | **String** | Indicates the access level of the user. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewInvitation.new(name: John Doe,
                                 email: john.doe@example.com,
                                 is_admin: false,
                                 roles: null,
                                 acl: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewInvitation.md
talon_one-6.0.0 docs/NewInvitation.md
talon_one-5.0.0 docs/NewInvitation.md