arcgis.gis.sharing module

UserInvitationManager

class arcgis.gis.sharing.UserInvitationManager(user)

Bases: object

Provides access to the user’s invitations

property list

returns a list of all

Invitation

class arcgis.gis.sharing._users.Invitation(url, gis)

Bases: object

Represents a user’s invitation

accept()

When a group owner or an administrator invites a user to their group, it results in a user invitation. The invited user can accept the invitation using the accept operation. This operation adds the invited user to the group, and the invitation is deleted. This operation also creates a notification for the user indicating that the user’s invitation was accepted.

Returns

dict[str:str]

decline()

When a group administrator invites a user to their group, it results in a group invitation. The invited user can decline the invitation using the decline operation. The operation deletes the invitation and creates a notification for the user indicating that they declined the invitation. The invited user is not added to the group.

Returns

dict[str:str]

property properties

returns the details of the invitation