Skip to main content

Users and groups introduction

TL;DR

Manage users and groups programmatically using the Atlan Python SDK (pyatlan). Create, retrieve, and manage user and group objects.

Connect

Operations on users and groups.

Users and groups are peer objects

A user can be a member of multiple groups, and a group can have multiple users. At the same time, both can exist without the other. In other words, neither is a parent or container for the other.

Was this page helpful?