API Reference
Organization
Update organization
PUT
https://api.catenda.com/v2/orgs/{organization-id}
Update an organization.
The current user must be an owner of the organization.
Authentication
Bearer
http
Path Parameters
organization-id
string
*
Body Parameters
body
object
*
name
string
Responses
200
OK
user
Description
Represents a User, Organization or Team.
A User is someone with a Catenda account, commonly representing a person.
An Organization represents a company, project organization or an application. Organizations do not have a username and cannot sign in to Catenda.
A Team represents a group of users within a project. Teams do not have a username and cannot sign in to Catenda.
id
string
name
string
username
string
email
string
createdAt
string
avatarUrl
string
type
string<user | organization | team>
Updated 08 Jul 2024
Did this page help you?