Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Yoobic Groups API

Groups are used to manage users. This is VERY important as Groups are what make using the application much simpler. By adding Users to Groups, when you need to modify sets of Users, you just change the groups properties and all the Users in the Group inherit these properties (much better than changing each individual user manually). Moreover, Groups allow to restrict visibility when some entities are shared (Missions, News, Documents, ...)### How do I structure my groups ?Each Group usually corresponds to a population of Users (ex: Admin, HQ, VM Managers, Retail Area Managers, Stores, etc.).### General GroupUsually there is a general group, which has the name of the tenant.This group will contain all of the other Groups and will give the Users access to shared information.Then you will usually find a Group for each type of user. These usually fall into one of these categories:* Admin* Area Managers* HQ* Itinerants* Store Users### Fields| Field | Type | Required | Readonly | OrderBy | Description ||-----------------------------|:--------:|:--------:|:--------:|:-------:| -------------------------||`group_id` | string | | x | | The group_id corresponds to the Group title in lowercase letters, with `_` instead of spaces, and without special characters ||`title` | string | x | | | Group Title ||`description` | string | | | | Group Description ||`group_ids` | array | | | x | group ids that belong to this group ||`user_ids` | array | | | x | user ids that belong to this group ||`created_date` | date | | x | | Created Date ||`updated_date` | date | | x | x | Updated Date ||`icon_url` | string | | | | Icon URL |### TipTo summarise, remember that:* Users are organised in groups* Groups must be created prior to importing any users to the database* A user can belong to multiple groups* There can be sub-groups* Users inherit their level or rights from the group(s) they belong to

Yoobic Groups API is one of 41 APIs that Yoobic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Groups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a changelog.

This API exposes 12 operations across 8 paths, and defines 1 schema. It is described by OpenAPI 3.0.0.

Requests are made against a single base URL, https:///.

12 operations 8 paths 1 schemas 3 DELETE4 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
Base URL
https://api.yoobic.com/public/api
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Yoobic Groups API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow.

Paths & Operations 12

Across 8 paths, the API surfaces 12 operations — 3 DELETE, 4 GET, 1 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Groups 12

Groups are used to manage users. This is VERY important as Groups are what make using the application much simpler. By adding Users to Groups, when you need to modify sets of User…

GET
/public/api/groups/{id}
Get
Get 1 param → 200
DELETE
/public/api/groups/{id}
Delete
Delete → 204
PATCH
/public/api/groups/{id}
Partial Update
Partial Update 1 param body → 200
POST
/public/api/groups/{id}/groups
Add Groups to Group
Add Groups to Group 1 param → 200
DELETE
/public/api/groups/{id}/groups
Remove Groups from Group
Remove Groups from Group 1 param → 200
POST
/public/api/groups/{id}/users
Add Users to Group
Add Users to Group 1 param → 200
DELETE
/public/api/groups/{id}/users
Remove Users from Group
Remove Users from Group 1 param → 200
GET
/public/api/groups?filter={filter}
Get All
Get All 2 params body → 200
GET
/public/api/group/count?where={where}
Count
Count 2 params body → 200
POST
/public/api/groups
Create
Create 1 param body → 200
GET
/public/api/groups/export?type={type}&filter={filter}
Export
Export 3 params body → 200
POST
/public/api/groups/import?type={type}
Import
Import 2 params body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Default_Header (1 property). Each schema is shown below with its type and property counts.

Default_Header
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yoobic-groups-api-openapi.yml Raw ↑

Other APIs Yoobic publishes across the network.

Yoobic Answers API
Yoobic Badges API
Yoobic Bot Messages API
Yoobic Bots API
Yoobic Business KPIs data - salesdata API
Yoobic Campaigns API
Yoobic Catalogs API
Yoobic Chats API
Yoobic Comments API
Yoobic Communities API
Yoobic Community Posts API
Yoobic Competencies API