Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.19 KB

UsergroupmembershipResponse.md

File metadata and controls

24 lines (19 loc) · 1.19 KB

EzmaxApi::Object::UsergroupmembershipResponse

Load the model package

use EzmaxApi::Object::UsergroupmembershipResponse;

Properties

Name Type Description Notes
pki_usergroupmembership_id int The unique ID of the Usergroupmembership
fki_usergroup_id int The unique ID of the Usergroup
fki_user_id int The unique ID of the User [optional]
fki_usergroupexternal_id int The unique ID of the Usergroupexternal [optional]
s_user_firstname string The first name of the user [optional]
s_user_lastname string The last name of the user [optional]
s_user_loginname string The login name of the User. [optional]
s_email_address string The email address. [optional]
s_usergroup_name_x string The Name of the Usergroup in the language of the requester
s_usergroupexternal_name string The name of the Usergroupexternal [optional]

[Back to Model list] [Back to API list] [Back to README]