Xbasic

A5_GET_USER_ASSIGNMENTS Function

Syntax

Group_List as C = a5_get_user_assignments(C master_password ,C user_name )

Arguments

master_password

The master password for the database.

user_name

The name of the user.

Description

Gets the names of all groups that a user is a member of. Returns a crlf delimited list.

Discussion

The A5_GET_USER_ASSIGNMENTS() function allows the Administrator to retrieve a CR-LF delimited list of groups to which a user is assigned.

Example

? a5_get_user_assignments("mpassword", "Edward")
= Documentation

Limitations

Desktop applications only.

See Also