π οΈ Issue template for CRUD endpoints
π Endpoints Required
ποΈ Data Schema
Describe or paste the expected request/response shape below.
Request Body
{
advocacyGroupId: number,
username: string,
email: string,
password: string,
firstName: string,
lastname: string,
active: boolean <optional, should default to false on record creation if it doesn't already>
}
β
Acceptance Criteria
π Auth & Permissions
π Related
π¬ Additional Context
π οΈ Issue template for CRUD endpoints
π Endpoints Required
POST/api/v1/usersβ Create a new resourceποΈ Data Schema
Describe or paste the expected request/response shape below.
Request Body
{ advocacyGroupId: number, username: string, email: string, password: string, firstName: string, lastname: string, active: boolean <optional, should default to false on record creation if it doesn't already> }β Acceptance Criteria
π Auth & Permissions
π Related
π¬ Additional Context