Persons
get_person
TagmeClientAdvanced.get_person(person_id: str | None = None, organization_id: str | None = None, email: str | None = None, with_organizations: bool | None = None, ) → Person
Get person by id or email.
Parameters |
* * * * |
Returns |
information about user. |
get_persons
TagmeClientAdvanced.get_persons(page: int | None = None, size: int | None = None, query: str | None = None, emails: List[str] | None = None, with_organizations: bool | None = None, organization_id: str | None = None, person_ids: List[str] | None = None, only_active: bool | None = None, ) → List[Person]
Get users list.
Parameters |
* * * * * * * * |
Returns |
list of users. |
get_self_person
TagmeClientAdvanced.get_self_person(with_organizations: bool = False, ) → Person
Get information about your user.
Parameters | with_organizations – include available organizations. Defaults to False. |
---|---|
Returns |
your user information. |