Returns a paginated list of users associated with offerings. The visibility of users depends on the role of the authenticated user. Staff and support can see all users. Service providers can see users of their offerings if the user has consented. Regular users can only see their own offering-user records.
Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
user_full_name
string
user_email
string (email)
created
string (date-time)
modified
string (date-time)
customer_uuid
string (uuid)
customer_name
string
is_restricted
boolean
Signal to service if the user account is restricted or not
state
any
service_provider_comment
string
Additional comment for pending states like validation or account linking
service_provider_comment_url
string (uri)
URL link for additional information or actions related to service provider comment
has_consent
boolean
Check if the user has active consent for this offering.
requires_reconsent
boolean
Check if the user needs to re-consent due to ToS changes.
has_compliance_checklist
boolean
Check if the offering user has a connected compliance checklist completion.
Update service provider comments
Allows a service provider to update the service_provider_comment and service_provider_comment_url fields for an offering user. This is often used to provide feedback or instructions during a pending state.
List of allowed file extensions (e.g., ['.pdf', '.doc', '.docx']). If empty, all file types are allowed.
questions.allowed_mime_types
any
List of allowed MIME types (e.g., ['application/pdf', 'application/msword']). If empty, MIME type validation is not enforced. When both extensions and MIME types are specified, files must match both criteria for security.
questions.max_file_size_mb
integer
Maximum file size in megabytes. If not set, no size limit is enforced.
questions.max_files_count
integer
Maximum number of files allowed for MULTIPLE_FILES type questions. If not set, no count limit is enforced.
400 -
404 -
Checklist review
Get checklist with questions and existing answers including review logic (reviewers only).
List of allowed file extensions (e.g., ['.pdf', '.doc', '.docx']). If empty, all file types are allowed.
questions.allowed_mime_types
any
List of allowed MIME types (e.g., ['application/pdf', 'application/msword']). If empty, MIME type validation is not enforced. When both extensions and MIME types are specified, files must match both criteria for security.
questions.max_file_size_mb
integer
Maximum file size in megabytes. If not set, no size limit is enforced.
questions.max_files_count
integer
Maximum number of files allowed for MULTIPLE_FILES type questions. If not set, no count limit is enforced.
questions.operator
any
questions.review_answer_value
any
Answer value that trigger review.
questions.always_requires_review
boolean
This question always requires review regardless of answer
UUID of the parent object (e.g., customer UUID for new projects)
200 -
Field
Type
Description
checklist
object (free-form)
questions
array of objects
questions.uuid
string (uuid)
questions.required
boolean
questions.description
string
questions.user_guidance
string
Additional guidance text visible to users when answering and reviewing
questions.question_options
array of objects
questions.question_options.uuid
string (uuid)
questions.question_options.label
string
questions.question_options.order
integer
questions.question_type
any
Type of question and expected answer format
questions.order
integer
questions.min_value
string (decimal)
Minimum value allowed for NUMBER type questions
questions.max_value
string (decimal)
Maximum value allowed for NUMBER type questions
questions.allowed_file_types
any
List of allowed file extensions (e.g., ['.pdf', '.doc', '.docx']). If empty, all file types are allowed.
questions.allowed_mime_types
any
List of allowed MIME types (e.g., ['application/pdf', 'application/msword']). If empty, MIME type validation is not enforced. When both extensions and MIME types are specified, files must match both criteria for security.
questions.max_file_size_mb
integer
Maximum file size in megabytes. If not set, no size limit is enforced.
questions.max_files_count
integer
Maximum number of files allowed for MULTIPLE_FILES type questions. If not set, no count limit is enforced.
questions.operator
any
questions.review_answer_value
any
Answer value that trigger review.
questions.always_requires_review
boolean
This question always requires review regardless of answer
questions.guidance_answer_value
any
Answer value that triggers display of user guidance.
questions.guidance_operator
any
Operator to use when comparing answer with guidance_answer_value
questions.always_show_guidance
boolean
Show user guidance always, regardless of answer. If False, guidance is conditional on answer matching guidance_answer_value with guidance_operator
questions.dependency_logic_operator
any
Defines how multiple dependencies are evaluated. AND: All dependencies must be satisfied. OR: At least one dependency must be satisfied.
initial_visible_questions
array of objects
initial_visible_questions.uuid
string (uuid)
initial_visible_questions.required
boolean
initial_visible_questions.description
string
initial_visible_questions.user_guidance
string
Additional guidance text visible to users when answering and reviewing
initial_visible_questions.question_options
array of objects
initial_visible_questions.question_options.uuid
string (uuid)
initial_visible_questions.question_options.label
string
initial_visible_questions.question_options.order
integer
initial_visible_questions.question_type
any
Type of question and expected answer format
initial_visible_questions.order
integer
initial_visible_questions.min_value
string (decimal)
Minimum value allowed for NUMBER type questions
initial_visible_questions.max_value
string (decimal)
Maximum value allowed for NUMBER type questions
initial_visible_questions.allowed_file_types
any
List of allowed file extensions (e.g., ['.pdf', '.doc', '.docx']). If empty, all file types are allowed.
initial_visible_questions.allowed_mime_types
any
List of allowed MIME types (e.g., ['application/pdf', 'application/msword']). If empty, MIME type validation is not enforced. When both extensions and MIME types are specified, files must match both criteria for security.
initial_visible_questions.max_file_size_mb
integer
Maximum file size in megabytes. If not set, no size limit is enforced.
initial_visible_questions.max_files_count
integer
Maximum number of files allowed for MULTIPLE_FILES type questions. If not set, no count limit is enforced.
initial_visible_questions.operator
any
initial_visible_questions.review_answer_value
any
Answer value that trigger review.
initial_visible_questions.always_requires_review
boolean
This question always requires review regardless of answer
initial_visible_questions.guidance_answer_value
any
Answer value that triggers display of user guidance.
initial_visible_questions.guidance_operator
any
Operator to use when comparing answer with guidance_answer_value
initial_visible_questions.always_show_guidance
boolean
Show user guidance always, regardless of answer. If False, guidance is conditional on answer matching guidance_answer_value with guidance_operator
Transitions the offering user state from 'Requested' or 'Error Creating' to 'Creating'. This is typically used by an agent to signal that the creation process has started.
Transitions the state from a pending validation state to 'OK', indicating that the user has completed the required steps. This clears any service provider comments.