v1

latestOpenAPI 3.0.0Apache 2.02026-07-179012215.4 KB
topicMembers

Create new member Users to a Topic

You can add User with e-mail or User id. If e-mail does not exist, User is created in the DB with NULL password.

post/api/users/:userId/topics/:topicId/members/users

Path parameters

userIdstring required

logged in users id

topicIdstring required

topic id to add new members to

Request body

{"stackTrail":"paths:/api/users/%3AuserId/topics/%3AtopicId/members/users:post:requestBody:content:application/json:schema:items:properties:email","oasType":"schema","type":"unknown","description":"Member email or user id"}
level'read' | 'edit' | 'admin' | 'none'

Response

Created