Creates new human Participant in the Directory, and returns the instance of DirHumanParticipant that represents it.
| Name | Type | Description | Mode |
|---|---|---|---|
| session | Fuego.Fdi.DirectorySession | an active session with the directory provider, cannot be null | in |
| id | String | participant's login name | in |
| firstName | String | participant's first name | in |
| lastName | String | participant's last name | in |
| displayName | String | participant's display name | in |
| String | the account's mail addresss | in | |
| telephone | String | participant's telephone | in |
| fax | String | participant's fax | in |
| password | String | the password for the directory account | in |
| ou | Fuego.Fdi.DirOrganizationalUnit | the OrganizationalUnit that this participant belongs to, cannot be null | in |
| rolesAssignment | Fuego.Fdi.RoleAssignment[] | participant's roles assignment. Previuosly built with the RoleAssignment component | in |
| enabled | Bool | true if the new human participant will be enabled to login | in |