You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all API calls, user information should removed from response for user without (minimum) view rights on the project.
Manager names should not be exposed at all.
Contact name can be exposed to public.
Crypted names should be consistent inside API output for a given call, but not across time.
The text was updated successfully, but these errors were encountered:
show name + email of persons with other statuses (viewer, annotator, manager) when the privilege of the user doing the request is viewer or up
show anonymised names and no email when the user doing the request is not logged in or has no privilege; those anonymised names are dynamic, per request and look like "anonymised user 1", "anonymised user 2"
In all API calls, user information should removed from response for user without (minimum) view rights on the project.
Manager names should not be exposed at all.
Contact name can be exposed to public.
Crypted names should be consistent inside API output for a given call, but not across time.
The text was updated successfully, but these errors were encountered: