/
OS
osdg-iiith
/
Forms Portal API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Authentication
4
Comments
4
Forms
6
Groups
8
get
List groups
post
Create group
get
Get group details
delete
Delete group
patch
Update group
patch
Update group domain
post
Add group member
delete
Remove group member
Permissions
3
Responses
6
Users
1
Groups
List groups
Retrieves all groups owned by the current user.
get
/groups
Response
List of user groups.
Group[]
required
id
string
ulid
required
owner
string
ulid
required
name
string
required
description
string
nullable
type
'domain'
|
'list'
required
Changes