---
title: "When do changes to a user's permissions take effect?"
slug: "when-do-changes-to-a-users-permissions-take-effect"
updated: 2024-08-22T06:40:07Z
published: 2024-08-22T06:40:07Z
canonical: "support.lusid.com/when-do-changes-to-a-users-permissions-take-effect"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.lusid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# When do changes to a user's permissions take effect?

There are two ways you can change a user's permissions: either you can change the [policies](/v1/docs/what-are-a-policy-and-a-policy-collection) associated with a [role](/v1/docs/what-is-a-role) that they have, or you can change the roles associated with their LUSID [user](/v1/docs/what-are-a-personal-user-and-a-service-user).

If you change the policies assigned to a role, for example by adding or removing a policy or policy collection, or by deleting an existing policy or policy collection, the change takes effect immediately. The next request made by the user will take into account the changes to the role.

If you change the roles assigned to a user, then a new [API access token](/v1/docs/what-are-an-api-access-token-and-a-client-secret) is required. For example, if the user is currently signed in to the LUSID web app, they must sign out and sign back in for the role change to take effect. If they continue to use a token that was issued before the role change, it will continue to refer to the user's old set of roles until the token expires.
