Promote a guest to user
POST/api/v4/users/:user_id/promote
Convert a guest into a regular user. This will convert the guest into a user for the whole system while retaining any team and channel memberships and automatically joining them to the default channels.
Minimum server version: 5.16
Permissions
Must be logged in as the user or have the promote_guest permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Guest successfully promoted
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled