# Updates details of an organisation user Updates details of an organisation user Endpoint: PUT /organisations/users/{organisationUserId} Version: v1 Security: Organisation ## Path parameters: - `organisationUserId` (string, required) Id of the organisation user to update ## Request fields (application/json): - `isAdmin` (boolean) Update whether an organisation User is an Admin ## Response 200 fields (application/json): - `id` (string) Example: "ou_abc123def" - `firstName` (string) Example: "Pina" - `lastName` (string) Example: "Colada" - `fullName` (string) Example: "Pina Colada" - `userId` (string) Example: "usr_abc123def" - `emailAddress` (string) Example: "pina.colada@wia.io" - `isAdmin` (boolean) - `teams` (array) - `teams.name` (string) Example: "Test organisation" - `teams.members` (array) - `teams.members.organisationUserId` (string) Example: "ou_123abcdeg456"