A5WS_Get_GUID_From_User Function
Syntax
GUID as C = a5ws_Get_GUID_From_User(C userid [,* Localrequest ])
Arguments
- GUID
The unique ID assigned to a user in the web security system
- userid
The userid value of a person in the user table in the web security system.
- Localrequest
Optional. The Request system variable. It is added automatically by the server when run from a web page.
Description
Returns a user GUID from a userid.
Discussion
The A5WS_Get_GUID_From_User() returns the unique ID assigned to a user ID in the user table. Returns the unique ID assigned to a user ID.
Example
?a5ws_Get_GUID_From_User("doris") = "9036155807a2443782ba61ed2a974471"
Limitations
Web applications only.
See Also