Sets the default issue table columns for the user. If an account ID is not passed, the calling user's default columns are set. If no column details are sent, then all default columns are removed.The parameters for this resource are expressed as HTML form data. For example, in curl:curl -X PUT -d columns=summary -d columns=description https://your-domain.atlassian.net/rest/api/3/user/columns?accountId=5b10ac8d82e05b22cc7d4ef5'Permissions required:
Permission to access Jira, to set the calling user's columns.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'http://jira.local:8080/jira/rest//rest/api/3/user/columns'
Response Response Example
200 - Example 1
null
Request
Query Params
accountId
stringÂ
optional
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
Body Params multipart/form-data
object {0}
Responses
🟢200Returned if the request is successful.
application/json
Body
No schema defined
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission or is not accessing their user record.
🟠404Returned if the requested user is not found.
🟠429Returned if the rate limit is exceeded. User search endpoints share a collective rate limit for the tenant, in addition to Jira's normal rate limiting you may receive a rate limit for user search. Please respect the Retry-After header.
🔴500Returned if an invalid issue table column ID is sent.