Federated user is not displayed in the organization's user list
Written by
Updated at December 17, 2025
Issue description
The federation’s user page
The yc organization-manager federation saml list-user-accounts --id federation_id output contains the user, but there is no such user in the yc organization-manager user list --organization-id organization_id output.
Solution
This user is most likely removed from the organization. You can add them back using the YC CLI.
The general format of the command is as follows:
yc organization-manager federation saml add-user-accounts --id=federation_id --name-ids="user e-mail"
Note
The minimum required role for this command is organization-manager.admin for the organization.