---
title: "Update Organization Member"
method: POST
path: "/organization/update_organization_member"
tags: ["organization"]
---

# Update Organization Member

`POST /organization/update_organization_member`

## Query parameters

- `user_uuid` string, required

## Cookies

- `access_token` string, nullable

## Request body

- UserWritable
  - `username` string, required
  - `firstname` string, required
  - `lastname` string, required
  - `email` string, email, required
  - `billing_name` string, nullable
  - `billing_address` object, nullable
  - `credit_balance_warning` integer, nullable
  - `organization_uuid` string, nullable
  - `organization_role_id` integer, nullable
  - `pinned_workflows` string[], nullable
  - `max_concurrency` integer, nullable
  - `max_credit_overage` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/a6e6371b2515/schema)
