Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Security API > Methods

Security API: rawUserData

Scroll Prev Next More

 

Returns an array with the additional user data that comes from a third party security provider like Active Directory, OpenID or SAML.

Syntax

Security::rawUserData()

Arguments

No arguments.

Return value

Returns an array with the additional user data that comes from a third party security provider like Active Directory, OpenID or SAML.

Example

This example shows how to output the additional user data:

 

$userData = Security::rawUserData();
print_r($userData );

Sample output

Array
(
   [ID] => 1
   [username] => admin
   [password] => admin
   [email] => no
   [fullname] => John
   
)

See also:

Security API: getUserData

Security screen: Security settings

About Security API

 

Created with Help+Manual 7 and styled with Premium Pack Version 3 © by EC Software