Sha256: c5eccc1a429f3bb659af83deb177c51ad0650c73ae78526e237acb1f772dfc53
Contents?: true
Size: 986 Bytes
Versions: 3
Compression:
Stored size: 986 Bytes
Contents
# TalonOne::User ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **modified** | **DateTime** | The exact moment this entity was last modified. | **email** | **String** | The email address associated with your account. | **account_id** | **Integer** | The ID of the account that owns this entity. | **invite_token** | **String** | Invite token, empty if the user as already accepted their invite. | **state** | **String** | Current user state. | **name** | **String** | Full name | **policy** | **String** | A blob of ACL JSON | **release_update** | **BOOLEAN** | Update the user via email | **latest_feature** | **String** | Latest feature the user has been notified. | [optional] **roles** | **Array<Integer>** | Contains a list of all roles a user is a memeber of | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.1.2 | docs/User.md |
talon_one-1.1.1 | docs/User.md |
talon_one-1.1.0 | docs/User.md |