A Usergroupmembership Object
| Name | Type | Description | Notes |
|---|---|---|---|
| PkiUsergroupmembershipID | int | The unique ID of the Usergroupmembership | |
| FkiUsergroupID | int | The unique ID of the Usergroup | |
| FkiUserID | int | The unique ID of the User | [optional] |
| FkiUsergroupexternalID | int | The unique ID of the Usergroupexternal | [optional] |
| SUserFirstname | string | The first name of the user | [optional] |
| SUserLastname | string | The last name of the user | [optional] |
| SUserLoginname | string | The login name of the User. | [optional] |
| SEmailAddress | string | The email address. | [optional] |
| SUsergroupNameX | string | The Name of the Usergroup in the language of the requester | |
| BUserIsactive | bool | Whether the User is active or not | [optional] |
| SUsergroupexternalName | string | The name of the Usergroupexternal | [optional] |