Users¶
Get user info¶
get_user_info
Returns the name of the user and their ID. The username you have to provide is a unique identifier ending with @auth.local. This is neither the email address of the user nor their name.
Output Dict containing id_in_org and name keys
Example
Get related users¶
get_related_users
Get a list of users related to the current base (collaborators who have access).
Output List of user dicts
Example