appsAdd
Create a new app credential scoped to a user group with optional expiry. Returns the access token once — it will never be queryable again.
MUTATION
appsAdd(name: String, userGroupId: String, workspaceId: String, expireDate: Date, allowAllPermission: Boolean, noExpire: Boolean): AppTokenResultArguments
name
String
userGroupId
String
workspaceId
String
expireDate
Date
allowAllPermission
Boolean
noExpire
Boolean
Returns
_id
String
accessToken
String
Mutation
Response
Last modified on August 8, 2026
Mutation
Response